Make WordPress Core

Ticket #29952: 29952.diff

File 29952.diff, 583 bytes (added by jorbin, 10 years ago)
  • src/wp-admin/js/editor-expand.js

     
    590590                                }
    591591
    592592                                adjust();
     593                        }).on( 'wp-window-resized.editor-expand', function() {
     594                                if ( mceEditor && ! mceEditor.isHidden() ) {
     595                                        mceEditor.execCommand( 'wpAutoResize' );
     596                                } else {
     597                                        textEditorResize();
     598                                }
    593599                        });
    594600
    595601                $textEditor.on( 'focus.editor-expand input.editor-expand propertychange.editor-expand', textEditorResize );