mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
b434b779bb
commit
edbe4da57e
20 changed files with 10 additions and 95 deletions
|
|
@ -77,11 +77,6 @@ export const getAllDocks = () => {
|
|||
docks.push(dock);
|
||||
});
|
||||
});
|
||||
window.siyuan.config.uiLayout.top.data.forEach((item: IDockTab[]) => {
|
||||
item.forEach((dock: IDockTab) => {
|
||||
docks.push(dock);
|
||||
});
|
||||
});
|
||||
window.siyuan.config.uiLayout.bottom.data.forEach((item: IDockTab[]) => {
|
||||
item.forEach((dock: IDockTab) => {
|
||||
docks.push(dock);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue