This commit is contained in:
parent
0fdac67a8d
commit
739d1b6249
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ import {openNewWindow, openNewWindowById} from "../window/openNewWindow";
|
|||
import {Tab} from "../layout/Tab";
|
||||
/// #endif
|
||||
import {updateHotkeyTip} from "../protyle/util/compatibility";
|
||||
import * as platformUtils from "../protyle/util/compatibility";
|
||||
import {App} from "../index";
|
||||
import {Constants} from "../constants";
|
||||
import {Setting} from "./Setting";
|
||||
|
@ -197,4 +198,5 @@ export const API = {
|
|||
Menu,
|
||||
Setting,
|
||||
getAllEditor,
|
||||
platformUtils
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue