gluonhq / maps

https://gluonhq.com/labs/maps/
GNU General Public License v3.0
140 stars 36 forks source link

Fix zoom-in on Desktop #37

Closed abhinayagarwal closed 4 years ago

abhinayagarwal commented 4 years ago

Zoom-in feature on Desktop was failing because every time scrolling stops a ScrollEvent is triggered with deltaY as 0.0.

The fix is simple. We ignore all values between -1 <-> 1