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.
1 parent 1f8c4d4 commit ae6d424Copy full SHA for ae6d424
1 file changed
app/components/Package/Playgrounds.vue
@@ -69,13 +69,7 @@ function closeDropdown() {
69
focusedIndex.value = -1
70
}
71
72
-const keyboardShortcuts = useKeyboardShortcuts()
73
-
74
function handleKeydown(event: KeyboardEvent) {
75
- if (!keyboardShortcuts.value) {
76
- return
77
- }
78
79
if (!isOpen.value) {
80
if (event.key === 'ArrowDown' || event.key === 'Enter' || event.key === ' ') {
81
event.preventDefault()
0 commit comments