-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
DoubleClick/DoubleTap zooms don't disable #2259
Comments
Thanks for taking the time to report this issue! |
can i work on this |
Sure! Go ahead! |
Update: much like the mapbox bug, this seems to only occur when mapbox-draw is added. So perhaps the issue isn't on MapLibre's side? But it looks like this PR: mapbox/mapbox-gl-draw#696 is supposedly the one that fixed the bug in mapbox-draw. And that was in 1.0.4. I'm on mapbox-draw 1.4.1 and still seeing this. |
this may be the source: https://github.com/mapbox/mapbox-gl-draw/blob/main/src/modes/simple_select.js#L137 ?? |
If this is still relevant I'll be happy to reopen this issue. |
I'm still seeing this in |
maplibre-gl-js version: 2.4.0
browser: Chrome
Steps to Trigger Behavior
Link to Demonstration
Expected Behavior
Double Click Zoom is disabled when
disable()
is calledActual Behavior
Double click zoom is not disabled.
There is a mapbox bug for this: mapbox/mapbox-gl-draw#691
The text was updated successfully, but these errors were encountered: