mutsuyuki / Leaflet.SmoothWheelZoom

Smooth wheel zoom plugin for leaflet. This plugin provide smooth zoom ux like Google map.
MIT License
77 stars 31 forks source link

Fix for leaflet 1.7.1 #5

Closed olzraiti closed 3 years ago

olzraiti commented 3 years ago

The plugin is broken for leaflet 1.7.1 when using Firefox. Trying to zoom by wheeling does nothing.

This is the specific commit in Leaflet that broke it:

https://github.com/Leaflet/Leaflet/commit/9be733ee38073d7e66d26a606927f700a0374957

You can see that they changed the event named mousewheel to wheel. The default scrollWheelZoom uses wheel now instead of mousewheel (that changed also in the same commit).

mutsuyuki commented 3 years ago

Thank you very much. I'm sorry for late.