chore(core): cleanup

This commit is contained in:
braks
2023-10-30 13:36:07 +01:00
committed by Braks
parent 88cfd402ed
commit 53be29de8a
+1 -1
View File
@@ -171,6 +171,6 @@ export function useKeyPress(keyFilter: MaybeRefOrGetter<KeyFilter | null>, onCha
return createKeyPredicate(keyFilter, pressedKeys)
}
return () => false
return keyFilter
}
}