Changeset 42391
- Timestamp:
- 12/13/2017 05:18:27 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/js/mce-view.js
r41985 r42391 864 864 // Obtain the target width for the embed. 865 865 if ( self.editor ) { 866 maxwidth = self.editor. iframeElement.clientWidth - 20; // Minus the sum of horizontal margins and borders.866 maxwidth = self.editor.getBody().clientWidth; 867 867 } 868 868
Note: See TracChangeset
for help on using the changeset viewer.