makinacorpus / Leaflet.FileLayer

Loads files locally (GeoJSON, KML, GPX) as layers using HTML5 File API
http://makinacorpus.github.io/Leaflet.FileLayer/
MIT License
273 stars 91 forks source link

Prevent click propagation on all container #70

Closed TheoLechemia closed 5 years ago

TheoLechemia commented 5 years ago

The deactivation of the click event propagation is only on the <a>element, it should be on the div container.

leplatrem commented 5 years ago

/cc @Gagaro