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