mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
4a1c26fb85
commit
069bbc5d2f
1 changed files with 3 additions and 0 deletions
|
|
@ -453,6 +453,9 @@ export const resizeTabs = () => {
|
|||
if (mTreeElement.style.height && mTreeElement.style.height !== "0px") {
|
||||
mTreeElement.style.height = (item.element.clientHeight - mTreeElement.previousElementSibling.clientHeight * 2) + "px";
|
||||
}
|
||||
item.editors.forEach(editorItem => {
|
||||
hideElements(["gutter"], editorItem.protyle);
|
||||
})
|
||||
});
|
||||
pdfResize();
|
||||
}, 200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue