mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
🚨
This commit is contained in:
parent
23ee2027a0
commit
11fd8f2c44
5 changed files with 14 additions and 13 deletions
|
|
@ -337,8 +337,8 @@ export class BlockPanel {
|
|||
|
||||
this.element.querySelector(".block__content").addEventListener("scroll", () => {
|
||||
this.editors.forEach(item => {
|
||||
hideElements(["gutter"], item.protyle)
|
||||
})
|
||||
})
|
||||
hideElements(["gutter"], item.protyle);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue