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
{{ message }}
This repository was archived by the owner on Apr 21, 2020. It is now read-only.
Thanks for sharing this code, its exactly what I was looking for. I have it setup to display the context menu when items within a <ul> are clicked. However the click event target only allows me to access the menu dom element and not the underlying <li> that was clicked when the menu was spawned.
Do you have any recommendations for passing through the target that originally triggered the menu to display? That way I could pick an ID out of the html tag and know what item the user wants to perform operations on.