double-tap to reset to default for zoomed controls.

This commit is contained in:
Robin Davies
2024-08-26 06:44:51 -04:00
parent c27163e050
commit 150ca25491
3 changed files with 78 additions and 34 deletions
-1
View File
@@ -427,7 +427,6 @@ const PluginControl =
}
}
onPointerTap() {
// yyy
let tapTime = Date.now();
let dT = tapTime-this.lastTapMs;
this.lastTapMs = tapTime;