diff --git a/src/js/leaflet-gesture-handling.js b/src/js/leaflet-gesture-handling.js index cb2fd88..3983ff7 100644 --- a/src/js/leaflet-gesture-handling.js +++ b/src/js/leaflet-gesture-handling.js @@ -228,6 +228,7 @@ export var GestureHandling = L.Handler.extend({ ); this._disableInteractions(); } else { + e.preventDefault(); this._enableInteractions(); L.DomUtil.removeClass(this._map._container, "leaflet-gesture-handling-touch-warning"