X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=921a5998830af4feb80c8295220322591a5e1cde;hb=78c23cd6e4717d6d07c84177b515c6e03717da7e;hp=447040f98ca836e35d09b350fde98d0be8f39cb0;hpb=61d1baa94e02c346b7f33fc48621c77e510183c7;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 447040f9..921a5998 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -317,8 +317,8 @@ export default { // Force a delay between move is shown and clicked // (otherwise a "double-click" bug might occur) if (Date.now() - this.clickTime < 200) return; - this.play(m); this.choices = []; + this.play(m); }; const onClick = this.mobileBrowser