diff --git a/src/runtime/composables/defineShortcuts.ts b/src/runtime/composables/defineShortcuts.ts index 75655fd0b2..1632a7c985 100644 --- a/src/runtime/composables/defineShortcuts.ts +++ b/src/runtime/composables/defineShortcuts.ts @@ -122,7 +122,7 @@ export function defineShortcuts(config: MaybeRef, options: Shor if (shortcut.enabled) { e.preventDefault() - shortcut.handler() + shortcut.handler(e) } clearChainedInput() return