mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
This commit is contained in:
parent
814a4ec3ac
commit
c856c8725b
3 changed files with 4 additions and 3 deletions
|
|
@ -46,6 +46,7 @@ const openDockMenu = (app: App) => {
|
|||
}
|
||||
}
|
||||
custom = plugin.docks[dockId].mobileModel(document.querySelector('#sidebar [data-type="sidebar-plugin"]'));
|
||||
window.siyuan.mobile.docks[dockId] = custom
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
@ -135,7 +136,7 @@ export const initFramework = (app: App, isStart: boolean) => {
|
|||
}
|
||||
});
|
||||
});
|
||||
window.siyuan.mobile.docks.files = new MobileFiles(app);
|
||||
window.siyuan.mobile.docks.file = new MobileFiles(app);
|
||||
document.getElementById("toolbarFile").addEventListener("click", () => {
|
||||
hideKeyboardToolbar();
|
||||
activeBlur();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue