fix: can not change editor mode

This commit is contained in:
QiShaoXuan
2022-12-14 17:16:27 +08:00
parent 9253e9af0b
commit dbf4b05ba3
3 changed files with 17 additions and 4 deletions
@@ -37,4 +37,5 @@ export type EditorHandlers = {
toggleFavoritePage: (pageId: string) => void;
permanentlyDeletePage: (pageId: string) => void;
search: (query: QueryContent) => Map<string, string | undefined>;
changeEditorMode: (pageId: string) => void;
};