Skip to content

Commit

Permalink
Site Editor: Ensure ResizableFrame does not force Cover blocks within…
Browse files Browse the repository at this point in the history
… the editor to always display drag handle (#59262)


Co-authored-by: andrewserong <[email protected]>
Co-authored-by: getdave <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2024
1 parent 226b2ba commit 08b982e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/resizable-frame/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function ResizableFrame( {
className={ classnames( 'edit-site-resizable-frame__inner', {
'is-resizing': isResizing,
} ) }
showHandle={ false } // Do not show the default handle, as we're using a custom one.
>
<motion.div
className="edit-site-resizable-frame__inner-content"
Expand Down

0 comments on commit 08b982e

Please sign in to comment.