aratcliffe / Leaflet.contextmenu

A context menu for Leaflet.
MIT License
367 stars 107 forks source link

Right click on popup #98

Closed flightsurvey closed 7 years ago

flightsurvey commented 7 years ago

I have managed to disable the native browse popup on most dom elements in a leaflet application by issuing a series of jquery commands such as:

$('.main-header').bind('contextmenu', function(e) { return false; });

But I am unable to find the class for a leaflet popup that will suppress the native browser action.

Any ideas?

aratcliffe commented 7 years ago

Sorry that's a question for the Leaflet developers.