You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look in files below and you will easily find a problem: double click zoom firstly disabled and then enabled no matter if it was disabled before.
Have a look in files below and you will easily find a problem: double click zoom firstly disabled and then enabled no matter if it was disabled before.
https://github.com/mapbox/mapbox-gl-draw/blob/066ab202a2132bb9c725607ad588f7068972b298/src/modes/simple_select.js
https://github.com/mapbox/mapbox-gl-draw/blob/066ab202a2132bb9c725607ad588f7068972b298/src/modes/simple_select.js
https://github.com/mapbox/mapbox-gl-draw/blob/c14acde0af91c236e4d67ac9ddb69df11c063fc2/src/modes/draw_line_string.js
mapbox-gl-js version: v0.39.1
mapbox-gl-draw version: v1.0.2
Steps to Trigger Behavior
map.doubleClickZoom.disable();
Expected Behavior
map is not zoomed
Actual Behavior
map is zoomed
The text was updated successfully, but these errors were encountered: