Skip to content

Commit 6f40961

Browse files
committed
Fixed blur regression in FF/IE.
1 parent 1df9446 commit 6f40961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/selectize.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ $.extend(Selectize.prototype, {
203203
// blur on click outside
204204
if (!self.$control.has(e.target).length && e.target !== self.$control[0]) {
205205
self.blur();
206-
e.target.focus();
207206
}
208207
}
209208
});

0 commit comments

Comments
 (0)