mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 03:40:15 +01:00
This commit is contained in:
parent
564c578369
commit
dd5a90fdc0
4 changed files with 151 additions and 15 deletions
|
|
@ -13,7 +13,6 @@ const moveMenuItem = (label: string, target: Element) => {
|
|||
} else if (label.indexOf("moveToBottom") > -1) {
|
||||
window.siyuan.layout.bottomDock.add(label.endsWith("Left") ? 0 : 1, target);
|
||||
}
|
||||
saveLayout();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue