X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=921a5998830af4feb80c8295220322591a5e1cde;hb=6f2f94374f1e73c375edf732d9425e575e81fff7;hp=447040f98ca836e35d09b350fde98d0be8f39cb0;hpb=14edde727da93d5b51dfd4dcd34472dca55a35c2;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