-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
Bug Report
Steps to reproduce
- create an markdown file and use
test sidebar.mdas it's name - make sure this markdown file has some content so that can generate some item in sidebar
- open the url
/#/test%20sidebar - click the sidebar item, and you will see sometimes the item doesn't has
activeclass - create more markdown file, and set
loadSidebarto use custom sidebar - config
subMaxLevel - click the sidebar item, and you will find out that the sidebar item can't be expanded
What is current behaviour
- sidebar item doesn't has
activeclass when click - sidebar item doesn't been expanded when click
What is the expected behaviour
- sidebar item has
activeclass when click - sidebar item will be expanded when click
-
Bug does still occur when all/other plugins are disabled?
-
Your OS: Mac OS 10.13.6 (17G65)
-
Node.js version: N/A
-
npm/yarn version: N/A (use index.html)
-
Browser version: Chrome 79.0.3945.130
-
Docsify version: unpkg latest
-
Docsify plugins: N/A
enzy