This commit is contained in:
zsviczian 2024-05-23 18:07:25 +00:00
parent c79bb5ed6a
commit 85ebc4e2f1

View File

@ -4892,7 +4892,7 @@ class App extends React.Component<AppProps, AppState> {
//Once from the onTouchStart event handler, once from the double click event handler
return;
}
this.debounceDoubleClickTimestamp = now;
this.debounceDoubleClickTimestamp = now;
this.updateScene(actionToggleEraserTool.perform([] as any, this.state));
return;
}