diff --git a/solitaire_server/web/game.js b/solitaire_server/web/game.js index 17ee075..9ab51ef 100644 --- a/solitaire_server/web/game.js +++ b/solitaire_server/web/game.js @@ -300,6 +300,7 @@ function render(s) { board.querySelectorAll(".card.drop-target").forEach(e => e.classList.remove("drop-target")); if (s.is_auto_completable && !s.is_won && !acTimer) { + stopTimer(); // freeze elapsed time at the moment the player's last move completes acTimer = setInterval(doAutoCompleteStep, 380); } if (s.is_won) {