From 6984dad66edfdb53742a6018ed18e2c178363c50 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 16 Feb 2020 18:52:12 +0100
Subject: [PATCH] Experimental fix attempt in Board.vue (bad behavior on
 smartphones)

---
 client/src/components/Board.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue
index 818b2a3f..8d7f7bd1 100644
--- a/client/src/components/Board.vue
+++ b/client/src/components/Board.vue
@@ -255,7 +255,7 @@ export default {
           mousemove: this.mousemove,
           mouseup: this.mouseup,
           //touchstart: this.mousedown,
-          //touchmove: this.mousemove,
+          touchmove: this.mousemove,
           //touchend: this.mouseup,
         },
       },
-- 
2.44.0