From 7bf1207a54bb482d1fdb2cf13620ef2837ffab18 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Mon, 16 Mar 2015 18:25:07 -0500 Subject: [PATCH] fix(keyboard): enable keyboard accessory bar more quickly after focus Closes #3113. --- js/utils/tap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/tap.js b/js/utils/tap.js index 2b519c5b303..d18e23c95d8 100644 --- a/js/utils/tap.js +++ b/js/utils/tap.js @@ -458,7 +458,7 @@ function tapEnableTouchEvents() { clearTimeout(tapMouseResetTimer); tapMouseResetTimer = setTimeout(function() { tapEnabledTouchEvents = false; - }, 2000); + }, 600); } function tapIgnoreEvent(e) {