mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-18 10:00:48 +08:00
fix: 在块标上滚动时控制台警告 (#13995)
fix https://github.com/siyuan-note/siyuan/issues/13511
This commit is contained in:
parent
429163f729
commit
a73af6bcd1
@ -484,7 +484,6 @@ export class Gutter {
|
||||
this.element.addEventListener("mousewheel", (event) => {
|
||||
hideElements(["gutter"], protyle);
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
}, {passive: true});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user