Vanessa 2024-11-22 21:31:34 +08:00
parent d152a7ff6f
commit 36bd3816d4

View file

@ -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)
})
})
}
}