swisnl / jQuery-contextMenu

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

The contextmenu now checks `visible` on items once instead of twice. #618

Closed bbrala closed 6 years ago

bbrala commented 6 years ago

The menu checked visible status twice, once to check if the menu should be opened and once more when the menu was opened. The logic all moved to the show method now so the check is only done once. This should fix issue #612