How to stop event propagation? #1544
Replies: 1 comment
-
Saddly this is the behavior of Leaflet events not from Geoman. The only workaround is to implement to each listener a try / catch block |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Can you please help me figure out how to stop event propagation for the particular point on the polyline (endpoints)?
I do use polyline.on('pm:markerdragstart', (e).
found, that if the exception happens in the event - it stops, looking for a more accurate way
Beta Was this translation helpful? Give feedback.
All reactions