mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove flushSync to fix flickering (#9057)
This commit is contained in:
parent
65f218b100
commit
7028daa44a
1 changed files with 1 additions and 3 deletions
|
@ -8320,9 +8320,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
this.scene.getNonDeletedElementsMap(),
|
||||
);
|
||||
|
||||
flushSync(() => {
|
||||
this.setState({ snapLines });
|
||||
});
|
||||
|
||||
// when we're editing the name of a frame, we want the user to be
|
||||
// able to select and interact with the text input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue