From 6cb8bf74df0a3f2b0d65faf5a3da66c68ddd4996 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 19 Jul 2025 17:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=BB=9A=E5=8A=A8=E9=94=81=E5=AE=9A?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=B8=AD=E6=B7=BB=E5=8A=A0=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E4=BC=A0=E6=92=AD=E5=81=9C=E6=AD=A2=EF=BC=8C=E4=BB=A5=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/composables/useScrollLock.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/composables/useScrollLock.ts b/src/composables/useScrollLock.ts index 46f9c627..31f34056 100644 --- a/src/composables/useScrollLock.ts +++ b/src/composables/useScrollLock.ts @@ -238,6 +238,7 @@ export function useScrollLock(options: ScrollLockOptions = {}) { // 否则阻止滚动 event.preventDefault() + event.stopPropagation() } }