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)