mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 06:50:31 +02:00
@@ -4737,10 +4737,13 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
this.store.shouldCaptureIncrement();
|
this.store.shouldCaptureIncrement();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setState({
|
flushSync(() => {
|
||||||
newElement: null,
|
this.setState({
|
||||||
editingTextElement: null,
|
newElement: null,
|
||||||
|
editingTextElement: null,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.state.activeTool.locked) {
|
if (this.state.activeTool.locked) {
|
||||||
setCursorForShape(this.interactiveCanvas, this.state);
|
setCursorForShape(this.interactiveCanvas, this.state);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user