Ticket #42322: 42322.patch
File 42322.patch, 624 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
1 1 /* global getUserSetting, setUserSetting */ 2 2 ( function( tinymce ) { 3 3 // Set the minimum value for the modals z-index higher than #wpadminbar (100000) 4 if ( tinymce.ui.FloatPanel.zIndex < 100100 ) {4 if ( ! tinymce.ui.FloatPanel.zIndex || tinymce.ui.FloatPanel.zIndex < 100100 ) { 5 5 tinymce.ui.FloatPanel.zIndex = 100100; 6 6 } 7 7