Skip to content

Commit

Permalink
Merge pull request #2475 from braddunbar/option-keyup
Browse files Browse the repository at this point in the history
Don't open up chosen on option keyup.
  • Loading branch information
tjschuck committed Nov 10, 2015
2 parents 8816852 + d21fd15 commit b1d7112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee/lib/abstract-chosen.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class AbstractChosen
when 27
this.results_hide() if @results_showing
return true
when 9, 38, 40, 16, 91, 17
when 9, 38, 40, 16, 91, 17, 18
# don't do anything on these keys
else this.results_search()

Expand Down

0 comments on commit b1d7112

Please # to comment.