mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
lint
This commit is contained in:
parent
c79bb5ed6a
commit
85ebc4e2f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue