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 clicking on the toggle-node, the menu flickers but stays open.
it's because the body receives the mousedown event and hides the menu, and the toggler receives the click-event and reopens it.
the body-listener shouldn't be called if clicking the toggle-node.
The text was updated successfully, but these errors were encountered:
when clicking on the toggle-node, the menu flickers but stays open.
it's because the body receives the mousedown event and hides the menu, and the toggler receives the click-event and reopens it.
the body-listener shouldn't be called if clicking the toggle-node.
The text was updated successfully, but these errors were encountered: