diff --git a/src/pages/practice/practice-word/Typing.vue b/src/pages/practice/practice-word/Typing.vue index 85f43e65..995b1a18 100644 --- a/src/pages/practice/practice-word/Typing.vue +++ b/src/pages/practice/practice-word/Typing.vue @@ -48,7 +48,7 @@ let displayWord = $computed(() => { watch(() => props.word, () => { wrong = input = '' wordRepeatCount = 0 - inputLock = false + waitNext = inputLock = false if (settingStore.wordSound) { volumeIconRef?.play(400, true) }