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