| @@ -252,9 +252,9 @@ | ||
| 252 | 252 | ); |
| 253 | 253 | |
| 254 | 254 | wp_enqueue_style( 'editor-preview' ); |
| 255 | 255 | |
| 256 | - if ( Plugin::instance()->get_legacy_mode( 'elementWrappers' ) ) { | |
| 256 | + if ( ! Plugin::$instance->experiments->is_feature_active( 'e_dom_optimization' ) ) { | |
| 257 | 257 | wp_register_style( |
| 258 | 258 | 'editor-preview-legacy', |
| 259 | 259 | ELEMENTOR_ASSETS_URL . 'css/editor-preview-legacy' . $direction_suffix . $suffix . '.css', |
| 260 | 260 | [], |