From 930397f467fe5c8ca0f8aa3e6d34d9b8b6c3996d Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Fri, 7 Feb 2025 14:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=B8=E6=88=8F=E6=8E=A5?= =?UTF-8?q?=E5=8F=97=E4=B8=8D=E5=88=B0=E9=94=AE=E7=9B=98=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/inject-view/app.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/inject-view/app.vue b/src/scripts/inject-view/app.vue index bdd8378..323f9e2 100644 --- a/src/scripts/inject-view/app.vue +++ b/src/scripts/inject-view/app.vue @@ -236,8 +236,6 @@ export default defineComponent({ const picking = ref(false); const pickShortFunc = (e: KeyboardEvent) => { - e.preventDefault(); - e.stopPropagation(); if (e.key === PickShortKey && picking.value === false) { doInspector(); }