This commit is contained in:
Vanessa 2022-10-26 23:22:49 +08:00
parent 4a1c26fb85
commit 069bbc5d2f

View file

@ -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);