stefanocudini / leaflet-panel-layers

Leaflet Control Layers extended with support groups and icons
https://opengeo.tech/maps/leaflet-panel-layers/
MIT License
286 stars 92 forks source link

Stop scroll/click propagation regardless of Browser.touch #41

Closed takvol closed 6 years ago

takvol commented 6 years ago

Fixes #38 The same way as in Leaflet 1.1.0+

DomEvent.disableClickPropagation(container);
DomEvent.disableScrollPropagation(container);