Turbo87 / leaflet-sidebar

A responsive sidebar for Leaflet maps
http://turbo87.github.io/leaflet-sidebar/examples/
MIT License
489 stars 158 forks source link

Fix sidebar content scrolling for Leaflet 1.7 #77

Closed jeffreykog closed 4 years ago

jeffreykog commented 4 years ago

Leaflet 1.7 now listens on the generic 'wheel' event to zoom the map, resulting in the map being zoomed while content in a sidebar was scrolled. This fix prevents that.

Turbo87 commented 4 years ago

thanks :)