Fix autoplay mode
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 21 Mar 2020 11:02:58 +0000 (12:02 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 21 Mar 2020 11:02:58 +0000 (12:02 +0100)
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)
       ) {