Skip to content

Commit b5671f7

Browse files
committed
Revert #1937. see: #1939
Clicking an option after scrolling down the dropdown ends up picking a different option
1 parent efa206d commit b5671f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/selectize.js

-3
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,6 @@ $.extend(Selectize.prototype, {
692692
var self = this;
693693

694694
if (self.ignoreBlur) {
695-
if (self.isFocused) {
696-
self.focus();
697-
}
698695
return;
699696
}
700697

0 commit comments

Comments
 (0)