mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix: preloading gif order (#2760)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
2
packages/env/src/blocksuite/index.ts
vendored
2
packages/env/src/blocksuite/index.ts
vendored
@@ -3,7 +3,7 @@ import type { Page } from '@blocksuite/store';
|
||||
export async function initPageWithPreloading(page: Page) {
|
||||
const workspace = page.workspace;
|
||||
const { data } = await import('@affine/templates/preloading.json');
|
||||
await workspace.importPageSnapshot(data['space:Qmo9-1SGTB'], page.id);
|
||||
await workspace.importPageSnapshot(data['space:hello-world'], page.id);
|
||||
}
|
||||
|
||||
export function initEmptyPage(page: Page): void {
|
||||
|
||||
Reference in New Issue
Block a user