From bd5eb737693eeafedce078ae8ffd3d7501e8aae3 Mon Sep 17 00:00:00 2001 From: Elyahou Ittah Date: Fri, 4 Dec 2015 00:30:56 +0200 Subject: [PATCH] fix on-hold for Some devices --- js/utils/gestures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/gestures.js b/js/utils/gestures.js index 85c15ed0265..c05bc2b0e7a 100644 --- a/js/utils/gestures.js +++ b/js/utils/gestures.js @@ -1014,7 +1014,7 @@ index: 10, defaults: { hold_timeout: 500, - hold_threshold: 1 + hold_threshold: 9 }, timer: null, handler: function holdGesture(ev, inst) {