mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 resize
This commit is contained in:
@@ -662,8 +662,12 @@ export const resizeTabs = () => {
|
||||
}
|
||||
item.editors.forEach(editorItem => {
|
||||
hideElements(["gutter"], editorItem.protyle);
|
||||
editorItem.resize();
|
||||
});
|
||||
});
|
||||
models.search.forEach(item => {
|
||||
item.edit.resize();
|
||||
})
|
||||
models.custom.forEach(item => {
|
||||
if (item.resize) {
|
||||
item.resize();
|
||||
|
||||
Reference in New Issue
Block a user