Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #22 from bkardell/master
Browse files Browse the repository at this point in the history
Pull for issue #21
  • Loading branch information
bkardell committed Aug 4, 2015
2 parents 53d7b0a + 18554d1 commit be9da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyboard-modality.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ document.addEventListener("DOMContentLoaded", function() {

document.body.addEventListener("keydown", function() {
hadKeyboardEvent = true;
setTimeout(function() { hadKeyboardEvent = false; }, 0);
setTimeout(function() { hadKeyboardEvent = false; }, 100);
}, true);

document.body.addEventListener("focus", function(e) {
Expand Down

0 comments on commit be9da7f

Please sign in to comment.