We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84152ba commit 5219f81Copy full SHA for 5219f81
app/src/core/service/controlService/controller/ControllerClass.tsx
@@ -95,7 +95,7 @@ export class ControllerClass {
95
const now = new Date().getTime();
96
if (
97
now - this.lastClickTime < 300 &&
98
- this.lastClickLocation.distance(new Vector(event.clientX, event.clientY)) < 5
+ this.lastClickLocation.distance(new Vector(event.clientX, event.clientY)) < 20
99
) {
100
this.mouseDoubleClick(event);
101
}
0 commit comments