Make WordPress Core

Ticket #46062: 46062.diff

File 46062.diff, 620 bytes (added by azaozz, 6 years ago)
  • src/js/_enqueues/vendor/tinymce/plugins/wordpress/plugin.js

     
    10641064                        }
    10651065                }
    10661066
     1067                // Hide the toolbar on scroll in Classic Block instances.
     1068                tinymce.$( '.edit-post-layout__content' ).on( 'scroll', function() {
     1069                        hide( { type: 'scroll' } );
     1070                });
     1071
    10671072                // For full height editor.
    10681073                editor.on( 'resizewindow scrollwindow', hide );
    10691074                // For scrollable editor.