From: Benjamin Auder Date: Thu, 6 Feb 2020 00:55:30 +0000 (+0100) Subject: Graphical fix X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=e01dff1a4661974349091ffa1a8596676d90a75c Graphical fix --- 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 +