From d060d8cb355367f3cd9533c9ad37552802090502 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 12 May 2020 00:09:44 +0200 Subject: [PATCH] Add comment about clock update in Game.vue --- client/src/views/Game.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 4afac12d..6722f334 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -213,6 +213,7 @@ export default { game: {}, //passed to BaseGame focus: !document.hidden, //will not always work... TODO // virtualClocks will be initialized from true game.clocks + // TODO: clock update triggers re-rendering. Should be out of Vue virtualClocks: [], vr: null, //"variant rules" object initialized from FEN rulesContent: "", -- 2.44.0