X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=523e0ef6d89061efd5734bfca1a72b8f46572746;hp=f64c68f47d1aef1a69e6f695d71d2e5f8cbc6032;hb=9335d45b03966f433df8dd84ec31e8a22585a97f;hpb=ac8f441c6441d827b43aabeb812cb4c79e9ee96b diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index f64c68f4..523e0ef6 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -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");