mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -437,6 +437,12 @@ export class Gutter {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
});
|
||||
// https://github.com/siyuan-note/siyuan/issues/12751
|
||||
this.element.addEventListener("mousewheel", (event) => {
|
||||
hideElements(["gutter"], protyle);
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
});
|
||||
}
|
||||
|
||||
private isMatchNode(item: Element) {
|
||||
|
||||
Reference in New Issue
Block a user