Tagged Questions
6
votes
3answers
407 views
How do I stop event propagation with rightclick on Leaflet marker?
I didn't find a rightclick event in Leaflet markers so I started listening to the mousedown event. In the method that resolves this event I check
if (event.originalEvent.button == 2) {
...