mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
fix: remove pageMode from pageMeta (#1647)
This commit is contained in:
@@ -5,7 +5,6 @@ import type { BlockSuiteWorkspace } from '../shared';
|
||||
|
||||
declare module '@blocksuite/store' {
|
||||
interface PageMeta {
|
||||
mode?: 'page' | 'edgeless';
|
||||
favorite?: boolean;
|
||||
trash?: boolean;
|
||||
trashDate?: number;
|
||||
|
||||
Reference in New Issue
Block a user