mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Normalize indices on init
This commit is contained in:
parent
7b36de0476
commit
e4c3744dc4
8 changed files with 112 additions and 31 deletions
|
@ -254,7 +254,7 @@ export const loadScene = async (
|
|||
await importFromBackend(id, privateKey),
|
||||
localDataState?.appState,
|
||||
localDataState?.elements,
|
||||
{ repairBindings: true, refreshDimensions: false },
|
||||
{ repairBindings: true },
|
||||
);
|
||||
} else {
|
||||
data = restore(localDataState || null, null, null, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue