diff --git a/src/data/blob.ts b/src/data/blob.ts index 35c040ef..47cff293 100644 --- a/src/data/blob.ts +++ b/src/data/blob.ts @@ -157,7 +157,7 @@ export const loadSceneOrLibraryFromBlob = async ( }, localAppState, localElements, - { repairBindings: true }, + { repairBindings: true, refreshDimensions: true }, ), }; } else if (isValidLibrary(data)) { diff --git a/src/excalidraw-app/data/index.ts b/src/excalidraw-app/data/index.ts index 393c5158..7f13bc61 100644 --- a/src/excalidraw-app/data/index.ts +++ b/src/excalidraw-app/data/index.ts @@ -263,7 +263,7 @@ export const loadScene = async ( await importFromBackend(id, privateKey), localDataState?.appState, localDataState?.elements, - { repairBindings: true }, + { repairBindings: true, refreshDimensions: true }, ); } else { data = restore(localDataState || null, null, null, {