Changeset 42390
- Timestamp:
- 12/13/2017 05:16:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mce-view.js
r41985 r42390 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.