Make WordPress Core

Ticket #36050: 36050.diff

File 36050.diff, 512 bytes (added by mattwiebe, 9 years ago)
  • wp-admin/js/customize-controls.js

     
    685685                                                // Fix the height after browser resize.
    686686                                                $( window ).on( 'resize.customizer-section', _.debounce( resizeContentHeight, 100 ) );
    687687
    688                                                 section._recalculateTopMargin();
     688                                                setTimeout( _.bind( section._recalculateTopMargin, section ), 0 );
    689689                                        };
    690690                                }
    691691