Ticket #46062: 46062.diff
File 46062.diff, 620 bytes (added by , 6 years ago) |
---|
-
src/js/_enqueues/vendor/tinymce/plugins/wordpress/plugin.js
1064 1064 } 1065 1065 } 1066 1066 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 1067 1072 // For full height editor. 1068 1073 editor.on( 'resizewindow scrollwindow', hide ); 1069 1074 // For scrollable editor.