Experimental fix attempt in Board.vue (bad behavior on smartphones)
[vchess.git] / client / src / components / Board.vue
index a1949d8..8b57095 100644 (file)
@@ -253,7 +253,7 @@ export default {
           mousemove: this.mousemove,
           mouseup: this.mouseup,
 //          touchstart: this.mousedown,
-//          touchmove: this.mousemove,
+          touchmove: this.mousemove,
 //          touchend: this.mouseup,
         },
       },