소스 검색

Update base.js (#5357)

Pedro Felipe de Azevedo Furtado 6 년 전
부모
커밋
8bc269d63e
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/js/select2/selection/base.js

+ 1 - 4
src/js/select2/selection/base.js

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