Control Zooming disabled.

This commit is contained in:
Robin E. R. Davies
2025-07-19 13:26:53 -04:00
parent 6d7f79c6af
commit 71fc534a78
14 changed files with 109 additions and 33 deletions
+9 -9
View File
@@ -367,15 +367,15 @@ const PluginControl =
}
}
if (this.isTouchDevice()) {
if (this.props.uiControl
&& (this.props.uiControl.isDial() || this.props.uiControl.isGraphicEq())
) {
this.isTap = false;
this.showZoomedControl();
return;
}
}
// if (this.isTouchDevice()) {
// if (this.props.uiControl
// && (this.props.uiControl.isDial() || this.props.uiControl.isGraphicEq())
// ) {
// this.isTap = false;
// this.showZoomedControl();
// return;
// }
// }
++this.pointersDown;