zakjan / leaflet-lasso

Lasso selection plugin for Leaflet
https://zakjan.github.io/leaflet-lasso/
MIT License
111 stars 21 forks source link

Disable event propagation on lasso button click #22

Closed ebradshaw closed 4 years ago

ebradshaw commented 4 years ago

Currently, clicking on the lasso control button propagates click events to the map, leading to undesired behavior. This commit uses L.DomEvent.disableClickPropagation to address the issue. Leaflet's standard Zoom Control uses the same technique.

zakjan commented 4 years ago

Thanks a lot!

zakjan commented 4 years ago

Released in 2.0.9