X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=b941e378d9dc4d4d0f8e553cd252fc05fdf58cd8;hb=3b0f26c1261db7ea06067762c0c28b6dbacf2d99;hp=55b36887e04a3ea0d6bb01254b42768c30800275;hpb=5aa14a21484cf36838b5541afe2ee76b6d5c274b;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 55b36887..b941e378 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -895,6 +895,7 @@ export default { this.virtualClocks = this.game.clocks.map(s => ppt(s).split(':')); return; } + clearInterval(this.clockUpdate); const currentTurn = this.vr.turn; const currentMovesCount = this.game.moves.length; const colorIdx = ["w", "b"].indexOf(currentTurn);