You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When opening two navItems in quick succession, the first might not yet be expanded, but in the process of expanding. Bootstrap calls this state "collapsing".
96
+
// Hiding a collapsing item has no effect; the first navItem would stay expanded after finishing. Both navItems would be expanded.
97
+
// So we wait for the collapsing to finish before hiding the item properly.
0 commit comments