Skip to content

Commit

Permalink
Site Editor: Remove outdated border radius animation (#60454)
Browse files Browse the repository at this point in the history
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
  • Loading branch information
3 people authored Apr 4, 2024
1 parent 98e55e0 commit 965454f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/edit-site/src/components/resizable-frame/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,16 +302,12 @@ function ResizableFrame( {
} ) }
showHandle={ false } // Do not show the default handle, as we're using a custom one.
>
<motion.div
<div
className="edit-site-resizable-frame__inner-content"
animate={ {
borderRadius: isFullWidth ? 0 : 8,
} }
transition={ FRAME_TRANSITION }
style={ innerContentStyle }
>
{ children }
</motion.div>
</div>
</ResizableBox>
);
}
Expand Down

1 comment on commit 965454f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 965454f.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/8552798543
📝 Reported issues:

Please sign in to comment.