Skip to content

Commit

Permalink
Revert #1937. see: #1939
Browse files Browse the repository at this point in the history
Clicking an option after scrolling down the dropdown ends up picking a different option
  • Loading branch information
risadams committed Dec 20, 2022
1 parent efa206d commit b5671f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/selectize.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,9 +692,6 @@ $.extend(Selectize.prototype, {
var self = this;

if (self.ignoreBlur) {
if (self.isFocused) {
self.focus();
}
return;
}

Expand Down

0 comments on commit b5671f7

Please sign in to comment.