This commit is contained in:
parent
19545f472d
commit
8b9d811c91
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue