Ticket #48021: 48021.diff
File 48021.diff, 512 bytes (added by , 6 years ago) |
---|
-
src/js/media/views/uploader/status.js
128 128 } 129 129 wp.Uploader.errors.reset(); 130 130 // Move focus to the modal after the dismiss button gets removed from the DOM. 131 this.controller.modal.focusManager.focus(); 131 if ( this.controller.modal ) { 132 this.controller.modal.focusManager.focus(); 133 } 132 134 } 133 135 }); 134 136