From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 16 Feb 2020 18:07:49 +0000 (+0100)
Subject: Experimental fix attempt in Board.vue (bad behavior on smartphones)
X-Git-Url: https://git.auder.net/doc/html/bundles/framework/pieces/mini-custom.min.css?a=commitdiff_plain;h=8e44d3a3982a536240ae576df0eafcc8a16f23c5;p=vchess.git

Experimental fix attempt in Board.vue (bad behavior on smartphones)
---

diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue
index a1949d89..8b570952 100644
--- a/client/src/components/Board.vue
+++ b/client/src/components/Board.vue
@@ -253,7 +253,7 @@ export default {
           mousemove: this.mousemove,
           mouseup: this.mouseup,
 //          touchstart: this.mousedown,
-//          touchmove: this.mousemove,
+          touchmove: this.mousemove,
 //          touchend: this.mouseup,
         },
       },