diff --git a/packages/edit-post/src/components/visual-editor/index.js b/packages/edit-post/src/components/visual-editor/index.js index 4105d43c94756..48621d7f49ada 100644 --- a/packages/edit-post/src/components/visual-editor/index.js +++ b/packages/edit-post/src/components/visual-editor/index.js @@ -95,13 +95,6 @@ export default function VisualEditor( { styles } ) { // We should auto-focus the canvas (title) on load. // eslint-disable-next-line jsx-a11y/no-autofocus autoFocus={ ! isWelcomeGuideVisible } - iframeProps={ { - style: { - background: isEditingPattern - ? 'transparent' - : undefined, - }, - } } /> );