mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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();
|
||||
}, 200);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user