Skip to content

Commit

Permalink
added escape key to the _skipSearch list
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe committed Jun 28, 2016
1 parent 26e1879 commit e3b5230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
case 13: // ENTER
case 40: // DOWN
case 38: // UP
case 27: // ESC
return true;
}
if (clickEvent.ctrlKey) switch (clickEvent.keyCode) {
Expand Down

0 comments on commit e3b5230

Please sign in to comment.