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=168a5e4cb38413c58d6beae083014eb67dba6b97 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 +