mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
1e671307d8
commit
2e160b93fd
1 changed files with 7 additions and 0 deletions
|
|
@ -445,6 +445,13 @@ export const resizeTabs = () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// https://github.com/siyuan-note/siyuan/issues/6250
|
||||||
|
models.backlink.forEach(item => {
|
||||||
|
const mTreeElement = item.element.querySelector(".backlinkMList") as HTMLElement;
|
||||||
|
if (mTreeElement.style.height) {
|
||||||
|
mTreeElement.style.height = (item.element.clientHeight - mTreeElement.previousElementSibling.clientHeight * 2) +"px"
|
||||||
|
}
|
||||||
|
})
|
||||||
pdfResize();
|
pdfResize();
|
||||||
}, 200);
|
}, 200);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue