From 7acb8b09efb483282695c6431de78426a2df48d8 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 15 Apr 2024 18:10:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E6=8C=89=E9=94=AE=E5=92=8C?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=86=85=E9=83=A8=E4=BD=8D=E7=A7=BB=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/DeShortcutKey.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/utils/DeShortcutKey.ts b/core/core-frontend/src/utils/DeShortcutKey.ts index b202a77d14..f1bef64f21 100644 --- a/core/core-frontend/src/utils/DeShortcutKey.ts +++ b/core/core-frontend/src/utils/DeShortcutKey.ts @@ -106,6 +106,7 @@ export function listenGlobalKeyDown() { if (positionMoveKey[keyCode] && curComponent.value) { positionMoveKey[keyCode](keyCode) e.preventDefault() + e.stopPropagation() } else if (keyCode === shiftKey) { isShiftDown = true composeStore.setIsShiftDownStatus(true)