Still logging an issue when transitioning Hall <--> Game (button Available/Playing...
[vchess.git] / client / src / components / BaseGame.vue
index f64c68f..523e0ef 100644 (file)
@@ -81,6 +81,7 @@ export default {
       this.re_setVariables();
     },
     // Received a new move to play:
+    // TODO: error "flush nextTick callbacks" when observer reloads page
     "game.moveToPlay": function(newMove) {
       if (!!newMove) //if stop + launch new game, get undefined move
         this.play(newMove, "receive");