mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
🎨 resize
This commit is contained in:
parent
4d8b5e6f68
commit
fa8033d3e8
1 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue