Media: Maintain event bindings in the main embed view. see #21390.
git-svn-id: http://core.svn.wordpress.org/trunk@22716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
00377a42f4
commit
d63026f2ba
|
@ -3285,6 +3285,7 @@
|
|||
render: function() {
|
||||
this.$el.html([ this.url.el, this._settings.el ]);
|
||||
this.url.focus();
|
||||
this.views.render();
|
||||
return this;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue