Closed
Description
Bug Report
Steps to reproduce
- create an markdown file and use
test sidebar.md
as 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
active
class - create more markdown file, and set
loadSidebar
to 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
active
class when click - sidebar item doesn't been expanded when click
What is the expected behaviour
- sidebar item has
active
class 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