Ticket #52123: 52123.patch
File 52123.patch, 568 bytes (added by , 4 years ago) |
---|
-
src/js/media/views/attachment.js
512 512 event.stopPropagation(); 513 513 if ( selection.where( { id: this.model.get( 'id' ) } ).length ) { 514 514 selection.remove( this.model ); 515 // Move focus back to the attachment ti le (from the check).515 // Move focus back to the attachment title (from the check). 516 516 this.$el.focus(); 517 517 } else { 518 518 selection.add( this.model );