diff --git a/src/main.tsx b/src/main.tsx index 0e047f86..bb9a15f3 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -15,7 +15,7 @@ if (rootElement === null) { const storageAccess = getBrowserStorageAccess(); const bootstrapResult = loadOrCreateSceneDocument(storageAccess.storage); const editorStore = createEditorStore({ - initialDocument: bootstrapResult.document, + initialProjectDocument: bootstrapResult.document, initialViewportLayoutState: bootstrapResult.viewportLayoutState ?? undefined, storage: storageAccess.storage });