Ticket #38511: 38511.3.patch
File 38511.3.patch, 457 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/js/editor-expand.js
221 221 $window.on( 'scroll.mce-float-panels', hideFloatPanels ); 222 222 223 223 setTimeout( function() { 224 editor.execCommand( 'wpAutoResize' );224 // editor.execCommand( 'wpAutoResize' ); 225 225 adjust(); 226 226 }, 300 ); 227 227 }