diff --git a/src/components/Game.tsx b/src/components/Game.tsx index 99c108f..2732f8a 100644 --- a/src/components/Game.tsx +++ b/src/components/Game.tsx @@ -85,7 +85,8 @@ export function Game() { if (state.autoProgress && state.status !== 'unanswered') { const timeout = setTimeout(() => { - onNext() + // onNext() + document.querySelector('button.round')?.click() }, 1500) onCleanup(() => clearTimeout(timeout))