Skip to content

Commit

Permalink
Image format popover: use placement prop instead of legacy position prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 22, 2022
1 parent 9afe679 commit 104ac35
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 104ac35

Please sign in to comment.