This commit is contained in:
zyronon
2023-11-05 17:10:15 +08:00
parent 9eeb1938a3
commit 137675e81c
2 changed files with 4 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ useOnKeyboardEventListener(onKeyDown, onKeyUp)
function skip(e: KeyboardEvent) {
next(false)
e.preventDefault()
// e.preventDefault()
}
function show(e: KeyboardEvent) {