Experimental fix attempt in Board.vue (bad behavior on smartphones)
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 16 Feb 2020 18:07:49 +0000 (19:07 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 16 Feb 2020 18:07:49 +0000 (19:07 +0100)
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,
         },
       },