mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: robust state.editingFrame
teardown (#8941)
This commit is contained in:
parent
606ac6c743
commit
873698a1a2
2 changed files with 16 additions and 7 deletions
|
@ -639,6 +639,7 @@ export const restoreAppState = (
|
|||
gridStep: getNormalizedGridStep(
|
||||
isFiniteNumber(appState.gridStep) ? appState.gridStep : DEFAULT_GRID_STEP,
|
||||
),
|
||||
editingFrame: null,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue