mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 00:08:49 +01:00
This commit is contained in:
parent
ca59b5f64c
commit
e7c90f4709
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import {Protyle} from "../protyle";
|
|||
import {openMobileFileById} from "../mobile/editor";
|
||||
import {lockScreen, exitSiYuan} from "../dialog/processSystem";
|
||||
import {Model} from "../layout/Model";
|
||||
import {getDockByType} from "../layout/tabUtil";
|
||||
import {getActiveTab, getDockByType} from "../layout/tabUtil";
|
||||
/// #if !MOBILE
|
||||
import {getAllModels} from "../layout/getAll";
|
||||
/// #endif
|
||||
|
|
@ -226,6 +226,7 @@ export const API = {
|
|||
getModelByDockType,
|
||||
openTab,
|
||||
openWindow,
|
||||
getActiveTab,
|
||||
openMobileFileById,
|
||||
lockScreen,
|
||||
exitSiYuan,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue