diff --git a/src/js/media/views/frame/post.js b/src/js/media/views/frame/post.js index b8eea2343c..3d78aea40f 100644 --- a/src/js/media/views/frame/post.js +++ b/src/js/media/views/frame/post.js @@ -389,6 +389,8 @@ Post = Select.extend(/** @lends wp.media.view.MediaFrame.Post.prototype */{ click: function() { this.controller.content.mode('browse'); + // Move focus to the modal when jumping back from Edit Selection to Add Media view. + this.controller.modal.focusManager.focus(); } });