Update base.js (#5357)
This commit is contained in:
parent
2ea17181e3
commit
8bc269d63e
5
src/js/select2/selection/base.js
vendored
5
src/js/select2/selection/base.js
vendored
@ -82,10 +82,7 @@ define([
|
|||||||
self.$selection.removeAttr('aria-owns');
|
self.$selection.removeAttr('aria-owns');
|
||||||
|
|
||||||
self.$selection.focus();
|
self.$selection.focus();
|
||||||
window.setTimeout(function () {
|
|
||||||
self.$selection.focus();
|
|
||||||
}, 0);
|
|
||||||
|
|
||||||
self._detachCloseHandler(container);
|
self._detachCloseHandler(container);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user