X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=0f6bae3fd1f0e888afcb7edeaee1911b10c696da;hb=1d06a8b9c4ba69bd56d9b08841fcd52b5ac409e9;hp=8d7f7bd19bc73a1e4e2d94e7578ca8201cb2f641;hpb=6984dad66edfdb53742a6018ed18e2c178363c50;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 8d7f7bd1..0f6bae3f 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -251,12 +251,12 @@ export default { { // NOTE: click = mousedown + mouseup on: { - mousedown: this.mousedown, - mousemove: this.mousemove, - mouseup: this.mouseup, - //touchstart: this.mousedown, +// mousedown: this.mousedown, +// mousemove: this.mousemove, +// mouseup: this.mouseup, + touchstart: this.mousedown, touchmove: this.mousemove, - //touchend: this.mouseup, + touchend: this.mouseup, }, }, elementArray