mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
15783098d0
commit
713b31788a
1 changed files with 4 additions and 0 deletions
|
|
@ -497,6 +497,10 @@ export const resizeTabs = () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
pdfResize();
|
pdfResize();
|
||||||
|
document.querySelectorAll(".protyle-gutters").forEach(item => {
|
||||||
|
item.classList.add("fn__none");
|
||||||
|
item.innerHTML = "";
|
||||||
|
});
|
||||||
}, 200);
|
}, 200);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue