Skip to content

Commit 7bf1207

Browse files
committed
fix(keyboard): enable keyboard accessory bar more quickly after focus
Closes #3113.
1 parent 32994c6 commit 7bf1207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/utils/tap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function tapEnableTouchEvents() {
458458
clearTimeout(tapMouseResetTimer);
459459
tapMouseResetTimer = setTimeout(function() {
460460
tapEnabledTouchEvents = false;
461-
}, 2000);
461+
}, 600);
462462
}
463463

464464
function tapIgnoreEvent(e) {

0 commit comments

Comments
 (0)