X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=8d7f7bd19bc73a1e4e2d94e7578ca8201cb2f641;hb=6984dad66edfdb53742a6018ed18e2c178363c50;hp=818b2a3f834985b0a2737eaa4d8c4f7f95b342ff;hpb=0a6fbd3d0effcb12294dc2ba8f356a820c91b2ad;p=vchess.git 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, }, },