From 4965ee2d60b8f671b2ea243f32c69f249b41caab Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 21 Feb 2018 14:00:07 +0100 Subject: overflow scroll --- bundle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bundle.js') diff --git a/bundle.js b/bundle.js index 0924b29..fdfbd8c 100644 --- a/bundle.js +++ b/bundle.js @@ -24811,7 +24811,8 @@ function up(e) { function touch(f) { return function (e) { - return e.preventDefault() && f(e.touches[0]); + e.preventDefault(); + f(e.touches[0]); }; } document.body.addEventListener("mousedown", down); -- cgit v1.2.3-70-g09d2