wp.media javascript issue with on select

I have found the problem :”D it was this part of the code

 if ( mediaClientUploader ) {
    mediaClientUploader.open();

    return;
}

it stops my select event functionality after the first click so I just delete it and everything is fine