mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
make clearing state for storage more type-safe (#1884)
This commit is contained in:
parent
6428b59ccb
commit
0ee2c15929
4 changed files with 107 additions and 36 deletions
|
@ -374,7 +374,7 @@ export const loadScene = async (id: string | null, privateKey?: string) => {
|
|||
|
||||
return {
|
||||
elements: data.elements,
|
||||
appState: data.appState && { ...data.appState },
|
||||
appState: data.appState,
|
||||
commitToHistory: false,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue