diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index 86f2aabb..16168801 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -16,6 +16,7 @@ editor = { }); if (L.Browser.chrome && !('ontouchstart' in window)) { $('.leaflet-touch').removeClass('leaflet-touch'); + L.Browser.touch = false; } editor.map.on('click', function () { editor.map.doubleClickZoom.enable();