Skip to content

Commit

Permalink
Clicking on the input feels like it should close the picker, so let's…
Browse files Browse the repository at this point in the history
… do that
  • Loading branch information
makenai committed Apr 2, 2015
1 parent e57a7a7 commit 07a8776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.emojipicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
},

clickOutside: function(e) {
if ( e.target != this.element && this.active ) {
if ( this.active ) {
this.hide();
}
}
Expand Down

0 comments on commit 07a8776

Please sign in to comment.