This commit is contained in:
Vanessa 2024-11-26 01:00:23 +08:00
parent 23ee2027a0
commit 11fd8f2c44
5 changed files with 14 additions and 13 deletions

View file

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