From 6c5b42c372c91de24864e6fbc3571abfb25d3027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ella=20van=C2=A0Durpe?= Date: Fri, 16 Jul 2021 12:37:18 +0300 Subject: [PATCH] Styles: remove wp-editor from wp-edit-blocks dependencies --- lib/client-assets.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/client-assets.php b/lib/client-assets.php index 4adc79fc689042..a8cd23a5968cdc 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -366,7 +366,6 @@ function gutenberg_register_packages_styles( $styles ) { $wp_edit_blocks_dependencies = array( 'wp-components', - 'wp-editor', // This need to be added before the block library styles, // The block library styles override the "reset" styles. 'wp-reset-editor-styles',