refactor(core): remove unused trash relate data (#7142)

This parameter seemed to always be undefined, I decided to remove it.
This commit is contained in:
EYHN
2024-06-05 03:13:15 +00:00
parent 84c79f4dcf
commit c8242fc066
2 changed files with 1 additions and 13 deletions

View File

@@ -24,8 +24,6 @@ declare module '@blocksuite/store' {
* @deprecated
*/
favorite?: boolean;
// If a page remove to trash, and it is a subpage, it will remove from its parent `subpageIds`, 'trashRelate' is use for save it parent
trashRelate?: string;
trash?: boolean;
trashDate?: number;
updatedDate?: number;