This commit is contained in:
zyronon
2024-01-03 10:35:19 +08:00
parent 95a63465c5
commit 6b06a9174f

View File

@@ -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)
}