We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e72a8df8828f6bcc1ed5301fad81a5cf7f76d9fa
docsify serve docs
When clicking the title that has subtitles in the sidebar twice, the title will disappear.
The title that was clicked should not disappear.
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version:
Docsify plugins:
The text was updated successfully, but these errors were encountered:
Forgot to mention that the bootstrap is introduced in file index.html.
index.html
Sorry, something went wrong.
collapse class name conflict.
collapse
You can add this css to index.html
.collapse:not(.show) { display: unset!important; }
No branches or pull requests
Bug Report
Steps to reproduce
e72a8df8828f6bcc1ed5301fad81a5cf7f76d9fa
.docsify serve docs
.What is current behaviour
When clicking the title that has subtitles in the sidebar twice, the title will disappear.
What is the expected behaviour
The title that was clicked should not disappear.
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version:
Docsify plugins:
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: