Skip to content

Commit

Permalink
Image format popover: use placement prop instead of legacy position p…
Browse files Browse the repository at this point in the history
…rop (#44398)
  • Loading branch information
ciampo authored Oct 31, 2022
1 parent 28b4e63 commit 7b1d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/format-library/src/image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function InlineUI( { value, onChange, activeObjectAttributes, contentRef } ) {

return (
<Popover
position="bottom center"
placement="bottom"
focusOnMount={ false }
anchor={ popoverAnchor }
className="block-editor-format-toolbar__image-popover"
Expand Down

0 comments on commit 7b1d3cd

Please sign in to comment.