swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill
https://swisnl.github.io/jQuery-contextMenu/
MIT License
2.24k stars 744 forks source link

click on menu item propagates the event to document #629

Open Kiruthika27 opened 6 years ago

Kiruthika27 commented 6 years ago

I have created dynamic context menu. I also have a document click event. On clicking a menu item, the document click event is also getting triggered. how can the document click event be preventedfrom getting triggered?

bbrala commented 6 years ago

I'll look through the code, from what i remember the click should stop when handled by the menu.

Kiruthika27 commented 6 years ago

Thanks. It would be great help if you could check and help.