diff --git a/app/src/layout/util.ts b/app/src/layout/util.ts index 65f8448d7..9764c0fb1 100644 --- a/app/src/layout/util.ts +++ b/app/src/layout/util.ts @@ -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);