diff --git a/src/wp-includes/block-editor.php b/src/wp-includes/block-editor.php index 4a62837f49ea2..bbb139d756c1a 100644 --- a/src/wp-includes/block-editor.php +++ b/src/wp-includes/block-editor.php @@ -298,7 +298,9 @@ function get_legacy_widget_block_editor_settings() { function _wp_get_iframed_editor_assets() { global $pagenow; - $script_handles = array(); + $script_handles = array( + 'wp-polyfill', + ); $style_handles = array( 'wp-edit-blocks', );