fix: add missing trashDate field whenever a page is moved to the trash. (#1389)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
sheben
2023-03-08 03:30:25 +08:00
committed by GitHub
parent b7b946f002
commit 3b8f7536f3
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ declare module '@blocksuite/store' {
mode?: 'page' | 'edgeless';
favorite?: boolean;
trash?: boolean;
trashDate?: number;
}
}