mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 13:38:06 +01:00
This commit is contained in:
parent
d152a7ff6f
commit
36bd3816d4
1 changed files with 6 additions and 0 deletions
|
|
@ -334,5 +334,11 @@ export class BlockPanel {
|
|||
if (this.targetElement) {
|
||||
this.targetElement.style.cursor = "";
|
||||
}
|
||||
|
||||
this.element.querySelector(".block__content").addEventListener("scroll", () => {
|
||||
this.editors.forEach(item => {
|
||||
hideElements(["gutter"], item.protyle)
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue