mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 21:22:34 +01:00
This commit is contained in:
parent
2f64551713
commit
8c98cc574d
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import {lockScreen, exitSiYuan} from "../dialog/processSystem";
|
|||
import {Model} from "../layout/Model";
|
||||
import {getActiveTab, getDockByType} from "../layout/tabUtil";
|
||||
/// #if !MOBILE
|
||||
import {getAllModels} from "../layout/getAll";
|
||||
import {getAllModels, getAllTabs} from "../layout/getAll";
|
||||
/// #endif
|
||||
import {getAllEditor} from "../layout/getAll";
|
||||
import {openSetting} from "../config";
|
||||
|
|
@ -348,6 +348,7 @@ export const API = {
|
|||
/// #if !MOBILE
|
||||
getActiveTab,
|
||||
getAllModels,
|
||||
getAllTabs,
|
||||
/// #endif
|
||||
getActiveEditor,
|
||||
platformUtils,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue