mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 03:34:43 +01:00
lint
This commit is contained in:
@@ -4892,7 +4892,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
//Once from the onTouchStart event handler, once from the double click event handler
|
//Once from the onTouchStart event handler, once from the double click event handler
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.debounceDoubleClickTimestamp = now;
|
this.debounceDoubleClickTimestamp = now;
|
||||||
this.updateScene(actionToggleEraserTool.perform([] as any, this.state));
|
this.updateScene(actionToggleEraserTool.perform([] as any, this.state));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user