diff --git a/select2.js b/select2.js index 850b244d..336dfa0b 100644 --- a/select2.js +++ b/select2.js @@ -1183,7 +1183,7 @@ the specific language governing permissions and limitations under the Apache Lic if (!this.shouldOpen()) return false; - window.setTimeout(this.bind(this.opening), 1); + this.opening(); return true; },