Skip to content

Commit

Permalink
fix: 在块标上滚动时控制台警告 (#13995)
Browse files Browse the repository at this point in the history
fix #13511
  • Loading branch information
TCOTC authored Feb 3, 2025
1 parent 429163f commit a73af6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/protyle/gutter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ export class Gutter {
this.element.addEventListener("mousewheel", (event) => {
hideElements(["gutter"], protyle);
event.stopPropagation();
event.preventDefault();
}, {passive: true});
}

Expand Down

0 comments on commit a73af6b

Please sign in to comment.