fix: exhibition of edgeless

This commit is contained in:
QiShaoXuan
2022-12-14 18:38:48 +08:00
parent dbf4b05ba3
commit e4704dda38
10 changed files with 110 additions and 28 deletions
@@ -22,6 +22,7 @@ export type PageMeta = {
trash: boolean;
trashDate: number | void;
updatedDate: number | void;
mode: EditorContainer['mode'];
} & OriginalPageMeta;
export type EditorHandlers = {