File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 935935 } ,
936936
937937 blur : function ( ) {
938- /* we do this in a timeout so that current event processing can complete before this code is executed.
939- this allows tab index to be preserved even if this code blurs the textfield */
940- window . setTimeout ( this . bind ( function ( ) {
941- this . close ( ) ;
942- this . container . removeClass ( "select2-container-active" ) ;
943- this . dropdown . removeClass ( "select2-drop-active" ) ;
944- this . clearSearch ( ) ;
945- this . selection . find ( ".select2-search-choice-focus" ) . removeClass ( "select2-search-choice-focus" ) ;
946- this . search . blur ( ) ;
947- } ) , 10 ) ;
938+ this . close ( ) ;
939+ this . container . removeClass ( "select2-container-active" ) ;
940+ this . dropdown . removeClass ( "select2-drop-active" ) ;
941+ this . clearSearch ( ) ;
942+ this . selection . find ( ".select2-search-choice-focus" ) . removeClass ( "select2-search-choice-focus" ) ;
948943 } ,
949944
950945 focusSearch : function ( ) {
You can’t perform that action at this time.
0 commit comments