Ticket #47527: 47527.diff
| File 47527.diff, 459 bytes (added by , 7 years ago) |
|---|
-
src/js/media/views/attachments/browser.js
470 470 } 471 471 472 472 // Show the sidebar on mobile 473 if ( this.model.id === 'insert' ) {473 if ( this.model.id === 'insert' || this.model.id === 'library' ) { 474 474 sidebar.$el.addClass( 'visible' ); 475 475 } 476 476 },