Skip to content

Commit ae6d424

Browse files
committed
fix: remove kbd settings check from Playgrounds
1 parent 1f8c4d4 commit ae6d424

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

app/components/Package/Playgrounds.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ function closeDropdown() {
6969
focusedIndex.value = -1
7070
}
7171
72-
const keyboardShortcuts = useKeyboardShortcuts()
73-
7472
function handleKeydown(event: KeyboardEvent) {
75-
if (!keyboardShortcuts.value) {
76-
return
77-
}
78-
7973
if (!isOpen.value) {
8074
if (event.key === 'ArrowDown' || event.key === 'Enter' || event.key === ' ') {
8175
event.preventDefault()

0 commit comments

Comments
 (0)