Fixes #3503: Removes redundant 'open' event trigger
This commit is contained in:
parent
19c87d3bae
commit
c5a54ed706
2
src/js/select2/core.js
vendored
2
src/js/select2/core.js
vendored
@ -395,8 +395,6 @@ define([
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.trigger('query', {});
|
this.trigger('query', {});
|
||||||
|
|
||||||
this.trigger('open');
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Select2.prototype.close = function () {
|
Select2.prototype.close = function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user