double-tap to reset to default for zoomed controls.
This commit is contained in:
@@ -427,7 +427,6 @@ const PluginControl =
|
||||
}
|
||||
}
|
||||
onPointerTap() {
|
||||
// yyy
|
||||
let tapTime = Date.now();
|
||||
let dT = tapTime-this.lastTapMs;
|
||||
this.lastTapMs = tapTime;
|
||||
|
||||
Reference in New Issue
Block a user