X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=55ed249feae0343bcf9f45ee10beb45bebe3aab3;hp=523e0ef6d89061efd5734bfca1a72b8f46572746;hb=e01dff1a4661974349091ffa1a8596676d90a75c;hpb=9335d45b03966f433df8dd84ec31e8a22585a97f diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 523e0ef6..55ed249f 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -223,6 +223,7 @@ export default { const L = this.moves.length; this.cursor = L-1; this.lastMove = (L > 0 ? this.moves[L-1] : null); + this.incheck = []; }, analyzePosition: function() { const newUrl = "/analyze/" + this.game.vname +