Vanessa 2024-06-01 00:08:35 +08:00
parent 564c578369
commit dd5a90fdc0
4 changed files with 151 additions and 15 deletions

View file

@ -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();
}
});
};