From d5862b2c971e90f7e49471931df70befd962532f Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Fri, 14 Sep 2018 21:36:07 -0400 Subject: [PATCH] shorten mobile press threshold --- src/onTap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onTap.js b/src/onTap.js index bbce3ef..b15d1d9 100644 --- a/src/onTap.js +++ b/src/onTap.js @@ -19,7 +19,7 @@ const DEFAULTS = { moveThreshold: 5, doubletapThreshold: 500, - pressThreshold: 1000, + pressThreshold: 300, wheelFactor: -100, };