mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 11:42:22 -04:00
Chore: Remove extra space (panzoom.js)
This commit is contained in:
@@ -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'});
|
||||
|
||||
Reference in New Issue
Block a user