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