Ticket #29952: 29952.diff
File 29952.diff, 583 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/editor-expand.js
590 590 } 591 591 592 592 adjust(); 593 }).on( 'wp-window-resized.editor-expand', function() { 594 if ( mceEditor && ! mceEditor.isHidden() ) { 595 mceEditor.execCommand( 'wpAutoResize' ); 596 } else { 597 textEditorResize(); 598 } 593 599 }); 594 600 595 601 $textEditor.on( 'focus.editor-expand input.editor-expand propertychange.editor-expand', textEditorResize );