mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
This commit is contained in:
parent
be6f3a237d
commit
75b4b357e7
2 changed files with 4 additions and 1 deletions
|
|
@ -60,6 +60,7 @@ export const getAllEditor = () => {
|
|||
};
|
||||
|
||||
export const getAllModels = () => {
|
||||
/// #if !MOBILE
|
||||
const models: IModels = {
|
||||
editor: [],
|
||||
graph: [],
|
||||
|
|
@ -109,6 +110,7 @@ export const getAllModels = () => {
|
|||
getTabs(window.siyuan.layout.layout);
|
||||
}
|
||||
return models;
|
||||
/// #endif
|
||||
};
|
||||
|
||||
export const getAllWnds = (layout: Layout, wnds: Wnd[]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue