mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: bump bs (#8071)
This commit is contained in:
@@ -2,7 +2,7 @@ import { DebugLogger } from '@affine/debug';
|
||||
import { DEFAULT_WORKSPACE_NAME } from '@affine/env/constant';
|
||||
import { WorkspaceFlavour } from '@affine/env/workspace';
|
||||
import onboardingUrl from '@affine/templates/onboarding.zip';
|
||||
import { DocMode, ZipTransformer } from '@blocksuite/blocks';
|
||||
import { ZipTransformer } from '@blocksuite/blocks';
|
||||
import type { WorkspacesService } from '@toeverything/infra';
|
||||
import { DocsService, initEmptyPage } from '@toeverything/infra';
|
||||
|
||||
@@ -31,7 +31,7 @@ export async function buildShowcaseWorkspace(
|
||||
);
|
||||
|
||||
if (defaultDoc) {
|
||||
defaultDoc.setPrimaryMode(DocMode.Edgeless);
|
||||
defaultDoc.setPrimaryMode('edgeless');
|
||||
}
|
||||
|
||||
dispose();
|
||||
|
||||
Reference in New Issue
Block a user