| @@ -54,11 +54,16 @@ | ||
| 54 | 54 | 'elementor-editor', |
| 55 | 55 | 'elementor-v2-ui', |
| 56 | 56 | 'elementor-v2-icons', |
| 57 | 57 | 'elementor-v2-query', |
| 58 | - 'elementor-v2-editor-app-bar', | |
| 59 | 58 | 'wp-i18n', |
| 60 | 59 | ]; |
| 60 | + | |
| 61 | + $is_editor_v2 = current_action() === 'elementor/editor/v2/scripts/enqueue'; | |
| 62 | + | |
| 63 | + if ( $is_editor_v2 ) { | |
| 64 | + $deps[] = 'elementor-v2-editor-app-bar'; | |
| 65 | + } | |
| 61 | 66 | |
| 62 | 67 | wp_enqueue_script( |
| 63 | 68 | 'e-editor-notifications', |
| 64 | 69 | $this->get_js_assets_url( 'editor-notifications' ), |