We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
false
1 parent 5c21dc8 commit b369d3cCopy full SHA for b369d3c
app/composables/useShortcuts.ts
@@ -1,7 +1,7 @@
1
import type { RouteLocationRaw } from 'vue-router'
2
import { isEditableElement, isKeyWithoutModifiers } from '~/utils/input'
3
4
-type ShortcutTarget = RouteLocationRaw | null | false | undefined
+type ShortcutTarget = RouteLocationRaw | null | undefined
5
type ShortcutTargetFactory = () => ShortcutTarget
6
7
const registry = new Map<string, ShortcutTargetFactory[]>()
0 commit comments