Skip to content

Commit

Permalink
Resizeable box (for resizing cover block) should use after block popo…
Browse files Browse the repository at this point in the history
…ver slot (#55784)

The block-popover slot is reserved for block-toolbar like popovers, such as the captions popover. Popovers that are not block tools should use the __unstable-block-tools-after slot.
  • Loading branch information
jeryj authored Nov 2, 2023
1 parent 5f004da commit f97e951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function ResizableBoxPopover( {
<BlockPopover
clientId={ clientId }
__unstableCoverTarget
__unstablePopoverSlot="block-toolbar"
__unstablePopoverSlot="__unstable-block-tools-after"
shift={ false }
{ ...props }
>
Expand Down

0 comments on commit f97e951

Please sign in to comment.