X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=8b570952de5cc36eac05eadf9d2e16c7e80354f0;hb=8e44d3a3982a536240ae576df0eafcc8a16f23c5;hp=a1949d89330ad92d67295a39175f4879ee0cf9ff;hpb=65495c17c7dafb8f29af295699087ae90bdc1940;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index a1949d89..8b570952 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -253,7 +253,7 @@ export default { mousemove: this.mousemove, mouseup: this.mouseup, // touchstart: this.mousedown, -// touchmove: this.mousemove, + touchmove: this.mousemove, // touchend: this.mouseup, }, },