mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
fix: 在块标上滚动时控制台警告 (#13995)
fix https://github.com/siyuan-note/siyuan/issues/13511
This commit is contained in:
parent
429163f729
commit
a73af6bcd1
1 changed files with 0 additions and 1 deletions
|
|
@ -484,7 +484,6 @@ export class Gutter {
|
||||||
this.element.addEventListener("mousewheel", (event) => {
|
this.element.addEventListener("mousewheel", (event) => {
|
||||||
hideElements(["gutter"], protyle);
|
hideElements(["gutter"], protyle);
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
event.preventDefault();
|
|
||||||
}, {passive: true});
|
}, {passive: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue