Graphical fix
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 6 Feb 2020 00:55:30 +0000 (01:55 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 6 Feb 2020 00:55:30 +0000 (01:55 +0100)
client/src/components/BaseGame.vue

index 523e0ef..55ed249 100644 (file)
@@ -223,6 +223,7 @@ export default {
       const L = this.moves.length;
       this.cursor = L-1;
       this.lastMove = (L > 0 ? this.moves[L-1]  : null);
       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 +
     },
     analyzePosition: function() {
       const newUrl = "/analyze/" + this.game.vname +