-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse wheel stops animation when scrollZoom is disabled #9230
Comments
Thanks for this bug report. This indeed is a bug; mouse wheel activity shouldn't interfere with anything if the scrollZoom handler is disabled. |
This has been fixed by #9365. If you have a chance to test and confirm, that would be great! The fix is in |
@TiloNN the fix that @ansis mentioned was published yesterday, feel free to give it a try! https://www.npmjs.com/package/mapbox-gl/v/1.10.0-beta.1 |
Looks good. Can't reproduce this issue on version 1.9.1 either anymore. |
mapbox-gl-js version: 1.6.1
Question
Is it correct, that a user mouse wheel interaction stops a fly to animation, even when the scrollZoom was deactivated?
If so, Is there a way to prevent that?
I opened a stackoverflow question, but like to make sure it is not a bug.
https://stackoverflow.com/questions/59895815/how-to-prevent-with-mapbox-gl-js-that-a-mouse-wheel-interaction-stops-a-fitboun
Thx for your support!
Links to related documentation
https://docs.mapbox.com/mapbox-gl-js/example/disable-scroll-zoom/
The text was updated successfully, but these errors were encountered: