Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd5eb73

Browse files
committedDec 3, 2015
fix on-hold for Some devices
1 parent 89c47c2 commit bd5eb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/utils/gestures.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@
10141014
index: 10,
10151015
defaults: {
10161016
hold_timeout: 500,
1017-
hold_threshold: 1
1017+
hold_threshold: 9
10181018
},
10191019
timer: null,
10201020
handler: function holdGesture(ev, inst) {

0 commit comments

Comments
 (0)
Please sign in to comment.