X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=04185a7835e8cb10c84fa6190af25846f3f1b013;hb=b204a262a8a87f41aea79d3d13e6b907bedbcec4;hp=2a9a701817af5cbaf980fbac0ff9ec72d62fba6d;hpb=444615475746b98a4338de2a6bb9e70f5735780b;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 2a9a7018..04185a78 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -437,9 +437,9 @@ Vue.component('my-game', { mousedown: this.mousedown, mousemove: this.mousemove, mouseup: this.mouseup, - touchstart: this.mousedown, - touchmove: this.mousemove, - touchend: this.mouseup, +// touchstart: this.mousedown, //TODO... +// touchmove: this.mousemove, +// touchend: this.mouseup, }, }, elementArray