Changeset 43181
- Timestamp:
- 05/08/2018 08:53:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r42648 r43181 9253 9253 9254 9254 // Make sure TinyMCE dialogs appear above Customizer UI. 9255 $( document ).one( ' wp-before-tinymce-init', function() {9256 if ( ! window.tinymce.ui.FloatPanel.zIndex || window.tinymce.ui.FloatPanel.zIndex < 500001) {9255 $( document ).one( 'tinymce-editor-setup', function() { 9256 if ( window.tinymce.ui.FloatPanel && ( ! window.tinymce.ui.FloatPanel.zIndex || window.tinymce.ui.FloatPanel.zIndex < 500001 ) ) { 9257 9257 window.tinymce.ui.FloatPanel.zIndex = 500001; 9258 9258 }
Note: See TracChangeset
for help on using the changeset viewer.