diff --git a/packages/infra/src/blocksuite/index.ts b/packages/infra/src/blocksuite/index.ts index f422f207a6..f493739431 100644 --- a/packages/infra/src/blocksuite/index.ts +++ b/packages/infra/src/blocksuite/index.ts @@ -190,7 +190,7 @@ export async function buildShowcaseWorkspace( await Promise.all( data.map(async ([id, promise]) => { const { default: template } = await promise; - await workspace.importPageSnapshot(template, id); + await workspace.importPageSnapshot(structuredClone(template), id); workspace.setPageMeta(id, pageMetas[id]); }) );