|
@@ -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, {
|