Changeset 31437
- Timestamp:
- 02/12/2015 06:01:51 AM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r31436 r31437 239 239 left += iframePos.x; 240 240 241 if ( toolbarWidth >= windowWidth ) { 241 if ( boundary.left < 0 || boundary.right > iframeWidth ) { 242 left = iframePos.x + ( iframeWidth - toolbarWidth ) / 2; 243 } else if ( toolbarWidth >= windowWidth ) { 242 244 className += ' mce-arrow-full'; 243 245 left = 0;
Note: See TracChangeset
for help on using the changeset viewer.