Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use default popover placement for image format popover
  • Loading branch information
stokesman committed Oct 21, 2025
commit e580290bcb8c9b3fe57a03f4f20b83e21887ff8b
1 change: 0 additions & 1 deletion packages/format-library/src/image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function InlineUI( { value, onChange, activeObjectAttributes, contentRef } ) {

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