diff --git a/app/src/plugin/API.ts b/app/src/plugin/API.ts index 8073b4702..952567d84 100644 --- a/app/src/plugin/API.ts +++ b/app/src/plugin/API.ts @@ -19,6 +19,7 @@ import {openMobileFileById} from "../mobile/editor"; import {lockScreen, exitSiYuan} from "../dialog/processSystem"; import {Model} from "../layout/Model"; import {getDockByType} from "../layout/tabUtil"; +import {getAllEditor} from "../layout/getAll"; let openTab; let openWindow; @@ -195,4 +196,5 @@ export const API = { Dialog, Menu, Setting, + getAllEditor, };