Changeset 38157
- Timestamp:
- 07/26/2016 10:05:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mce-view.js
r37446 r38157 539 539 dom.add( node, 'span', { 'class': 'wpview-end' } ); 540 540 } ); 541 542 // Bail if the iframe node is not attached to the DOM. 543 // Happens when the view is dragged in the editor. 544 // There is a browser restriction when iframes are moved in the DOM. They get emptied. 545 // The iframe will be rerendered after dropping the view node at the new location. 546 if ( ! iframe.contentWindow ) { 547 return; 548 } 541 549 542 550 iframeDoc = iframe.contentWindow.document;
Note: See TracChangeset
for help on using the changeset viewer.