From a73af6bcd15b663a22972ccda3cbe27fc5f89db8 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:10:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E5=9D=97=E6=A0=87=E4=B8=8A?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=97=B6=E6=8E=A7=E5=88=B6=E5=8F=B0=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=20(#13995)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/siyuan-note/siyuan/issues/13511 --- app/src/protyle/gutter/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index 16b3e1787..60bc2ae6a 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -484,7 +484,6 @@ export class Gutter { this.element.addEventListener("mousewheel", (event) => { hideElements(["gutter"], protyle); event.stopPropagation(); - event.preventDefault(); }, {passive: true}); }