1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Update base.js (#5357)

This commit is contained in:
Pedro Felipe de Azevedo Furtado 2018-09-11 15:32:24 -03:00 committed by GitHub
parent 2ea17181e3
commit 8bc269d63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,10 +82,7 @@ define([
self.$selection.removeAttr('aria-owns');
self.$selection.focus();
window.setTimeout(function () {
self.$selection.focus();
}, 0);
self._detachCloseHandler(container);
});