creativetimofficial / argon-dashboard

Argon - Dashboard for Bootstrap 5 by Creative Tim
https://www.creative-tim.com/product/argon-dashboard
MIT License
674 stars 1.26k forks source link

Nested `collapse`s in navbar #13

Closed mokhosh closed 5 years ago

mokhosh commented 5 years ago

I have a collapse item inside my navbar and when I tap on the link to see the nested links, the whole navbar closes and opens again. This doesn't happen when I remove require('argon') from my js, and nothing seems to stop working when I remove it.

This makes me wonder, should I have even included the js file in the first place?

schirrel commented 5 years ago

hI @mokhosh checkout issue #4 and pr #6

exemple https://codersquirrel.github.io/argon-dashboard/index.html

mokhosh commented 5 years ago

It jumps a little bit, but that's another issue. Thanks.