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
custom element handles (steals) the heading onclick event when the mode is click.
This issue could be circumvented by listening to onmousedown events instead of onclick events.
When the mode is hover, heading onclick event is emitted normally.
Item onclick events seem to be emitted normally, I tested with this code:
Hi,
Thanks for this.
I seem to be missing something simple as I can't see any event to hook into when a child menu item or parent is actually clicked.
The text was updated successfully, but these errors were encountered: