Skip to content

Commit

Permalink
Format Toolbar Popover: use new placement prop instead of legacy posi…
Browse files Browse the repository at this point in the history
…tion prop (#44389)
  • Loading branch information
ciampo authored Oct 31, 2022
1 parent 7302bbb commit 947c493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function InlineSelectionToolbar( {
function InlineToolbar( { popoverAnchor } ) {
return (
<Popover
position="top center"
placement="top"
focusOnMount={ false }
anchor={ popoverAnchor }
className="block-editor-rich-text__inline-format-toolbar"
Expand Down

0 comments on commit 947c493

Please sign in to comment.