iPeng6 / docsify-sidebar-collapse

a docsify plugin, support sidebar catalog expand and collapse
MIT License
176 stars 37 forks source link

Menu Items dissapear on double click #27

Open dhofstetter opened 3 years ago

dhofstetter commented 3 years ago

Hello Folks, we experienced an issue with this great plugin. If you double-click an menu item, it disappears and won't return until we refresh the page.

Can you reproduce this behavior?

The only thing a bit uncommon with our setup is that we've included bootstrap.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
          integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

This might be the only unusual thing with our setup.

BR Daniel