Changeset 43182
- Timestamp:
- 05/08/2018 08:56:42 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/js/customize-controls.js
r42811 r43182 9285 9285 9286 9286 // Make sure TinyMCE dialogs appear above Customizer UI. 9287 $( document ).one( ' wp-before-tinymce-init', function() {9288 if ( ! window.tinymce.ui.FloatPanel.zIndex || window.tinymce.ui.FloatPanel.zIndex < 500001) {9287 $( document ).one( 'tinymce-editor-setup', function() { 9288 if ( window.tinymce.ui.FloatPanel && ( ! window.tinymce.ui.FloatPanel.zIndex || window.tinymce.ui.FloatPanel.zIndex < 500001 ) ) { 9289 9289 window.tinymce.ui.FloatPanel.zIndex = 500001; 9290 9290 }
Note: See TracChangeset
for help on using the changeset viewer.