From: Benjamin Auder Date: Sat, 21 Mar 2020 11:02:58 +0000 (+0100) Subject: Fix autoplay mode X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=dcb3637c5bd34c44806c6aeefe5964ce12a0261f Fix autoplay mode --- diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index cd71fcb6..a49c31b1 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -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) ) {