From: Benjamin Auder Date: Sun, 16 Feb 2020 17:52:12 +0000 (+0100) Subject: Experimental fix attempt in Board.vue (bad behavior on smartphones) X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=6984dad66edfdb53742a6018ed18e2c178363c50 Experimental fix attempt in Board.vue (bad behavior on smartphones) --- diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 818b2a3f..8d7f7bd1 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -255,7 +255,7 @@ export default { mousemove: this.mousemove, mouseup: this.mouseup, //touchstart: this.mousedown, - //touchmove: this.mousemove, + touchmove: this.mousemove, //touchend: this.mouseup, }, },