File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2948,13 +2948,11 @@ the specific language governing permissions and limitations under the Apache Lic
29482948 . on ( "click dblclick" , this . bind ( function ( e ) {
29492949 if ( ! this . isInterfaceEnabled ( ) ) return ;
29502950
2951- $ ( e . target ) . closest ( ".select2-search-choice" ) . fadeOut ( 'fast' , this . bind ( function ( ) {
2952- this . unselect ( $ ( e . target ) ) ;
2953- this . selection . find ( ".select2-search-choice-focus" ) . removeClass ( "select2-search-choice-focus" ) ;
2954- this . close ( ) ;
2955- this . focusSearch ( ) ;
2956- } ) ) . dequeue ( ) ;
2951+ this . unselect ( $ ( e . target ) ) ;
2952+ this . selection . find ( ".select2-search-choice-focus" ) . removeClass ( "select2-search-choice-focus" ) ;
29572953 killEvent ( e ) ;
2954+ this . close ( ) ;
2955+ this . focusSearch ( ) ;
29582956 } ) ) . on ( "focus" , this . bind ( function ( ) {
29592957 if ( ! this . isInterfaceEnabled ( ) ) return ;
29602958 this . container . addClass ( "select2-container-active" ) ;
You can’t perform that action at this time.
0 commit comments