|
@@ -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);
|
|
});
|
|
});
|
|
|
|
|