Skip to content

Commit

Permalink
No need for transparent background as we're editing the pattern in place
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Feb 2, 2024
1 parent 63e4b3f commit ca21493
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/edit-post/src/components/visual-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
} }
/>
</div>
);
Expand Down

0 comments on commit ca21493

Please sign in to comment.