Fix autoplay mode
[vchess.git] / client / src / components / BaseGame.vue
index cd71fcb..a49c31b 100644 (file)
@@ -465,6 +465,7 @@ export default {
       // Sufficient condition because Board already knows which turn it is.
       if (
         this.game.mode != "analyze" &&
+        !navigate &&
         !received &&
         (this.game.score != "*" || this.cursor < this.moves.length - 1)
       ) {