Update packages versions
[vchess.git] / client / src / components / BaseGame.vue
index 9f4b6df..b5a82df 100644 (file)
@@ -249,8 +249,9 @@ export default {
           this.showEndgameMsg(score + " . " + message);
         }
       }
-      if (!this.analyze)
+      if (!this.analyze) { console.log("EMIT NEWMOVE");
         this.$emit("newmove", move); //post-processing (e.g. computer play)
+      }
     },
     undo: function(move) {
       const navigate = !move;