Changeset 46321
- Timestamp:
- 09/26/2019 01:05:19 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/js/media/views/uploader/status.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/uploader/status.js
r45934 r46321 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 });
Note: See TracChangeset
for help on using the changeset viewer.