Skip to content

Commit

Permalink
Fix #997 dist bork
Browse files Browse the repository at this point in the history
  • Loading branch information
joallard committed Jun 6, 2016
1 parent 3e900a5 commit 77e1366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selectize.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ $.extend(Selectize.prototype, {
self.refreshState();

// IE11 bug: element still marked as active
(dest || document.body).focus();
dest && dest.focus();

self.ignoreFocus = false;
self.trigger('blur');
Expand Down

0 comments on commit 77e1366

Please sign in to comment.