diff --git a/web/js/panzoom.js b/web/js/panzoom.js index 309c1a1c8..fdbe3b4e0 100644 --- a/web/js/panzoom.js +++ b/web/js/panzoom.js @@ -175,7 +175,7 @@ var zmPanZoom = { }, setTouchAction: function(el) { - if (!el) return; + if (!el) return; const currentScale = el.getScale().toFixed(1); if (currentScale == 1) { el.setOptions({touchAction: 'manipulation'});