Skip to content
Prev Previous commit
Next Next commit
Pass showHandle to ResizableBox only
  • Loading branch information
aaronrobertshaw committed Mar 23, 2023
commit 306c7d48747644c8152cc99bbabe1bc59b644c27
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function ResizableCoverPopover( {
onResize,
onResizeStart,
onResizeStop,
showHandle,
width,
...props
} ) {
Expand Down Expand Up @@ -59,6 +60,7 @@ export default function ResizableCoverPopover( {
onResizeStop( elt.clientHeight );
setIsResizing( false );
},
showHandle,
__experimentalShowTooltip: true,
__experimentalTooltipProps: {
axis: 'y',
Expand Down