X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=a49c31b133ee3055b433335abd93a08203424e02;hp=cd71fcb6158dd47b9b53826935cbd2658e2a1f9a;hb=dcb3637c5bd34c44806c6aeefe5964ce12a0261f;hpb=8c1ec21009634290a177ed5a0f093d900a698454 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) ) {