From 414a24ed17699fb08166e9585cce3030e898ae24 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Tue, 26 Feb 2019 13:37:07 +0100 Subject: [PATCH] revert adding more events --- tile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tile.js b/tile.js index 03535df..abb71d8 100644 --- a/tile.js +++ b/tile.js @@ -44,7 +44,6 @@ class Tile this.elem.addEventListener("mouseenter", c => this.on_mouseenter(c)); this.elem.addEventListener("mouseleave", c => this.on_mouseleave(c)); this.elem.addEventListener("mousedown", c => this.on_click(c)); - this.elem.addEventListener("touchstart", c => this.on_click(c)); } reset()