We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0a3f4 commit 1efbff6Copy full SHA for 1efbff6
pages/play/index.vue
@@ -59,6 +59,7 @@ onMounted(async () => {
59
// Handle audio end / guess time limit reached
60
audio.value.onended = async () => {
61
// Automatically select first option if time runs out
62
+ if(lastServerResponse.value?.was_last_round) return;
63
await selectOption(round.value!.options[0]);
64
}
65
0 commit comments