Skip to content

Commit

Permalink
fix(keyboard): enable keyboard accessory bar more quickly after focus
Browse files Browse the repository at this point in the history
Closes #3113.
  • Loading branch information
tlancina committed Mar 16, 2015
1 parent 32994c6 commit 7bf1207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/tap.js
Expand Up @@ -458,7 +458,7 @@ function tapEnableTouchEvents() {
clearTimeout(tapMouseResetTimer);
tapMouseResetTimer = setTimeout(function() {
tapEnabledTouchEvents = false;
}, 2000);
}, 600);
}

function tapIgnoreEvent(e) {
Expand Down

0 comments on commit 7bf1207

Please sign in to comment.