mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
848ffce5e8
commit
3b24075f7e
5 changed files with 29 additions and 5 deletions
|
|
@ -131,7 +131,7 @@ export const exportLayout = (reload: boolean, cb?: () => void) => {
|
|||
return;
|
||||
}
|
||||
const layoutJSON: any = {
|
||||
hideDock: useElement.getAttribute("xlink:href") !== "#iconMax",
|
||||
hideDock: useElement.getAttribute("xlink:href") === "#iconDock",
|
||||
layout: {},
|
||||
top: dockToJSON(window.siyuan.layout.topDock),
|
||||
bottom: dockToJSON(window.siyuan.layout.bottomDock),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue