Skip to content

Commit

Permalink
Fix: Button highlight popover overflow conflict with link popover (#3…
Browse files Browse the repository at this point in the history
…8771)

* Fix: Button highlight popover conflict with link popover

See: #38339

* Remove unnecessary empty line

* Button link popover slot update
  • Loading branch information
delowardev authored Mar 1, 2022
1 parent ab64c85 commit 6be0679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/button/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ function ButtonEdit( props ) {
} }
anchorRef={ ref?.current }
focusOnMount={ isEditingURL ? 'firstElement' : false }
__unstableSlotName={ '__unstable-block-tools-after' }
>
<LinkControl
className="wp-block-navigation-link__inline-link-input"
Expand Down

0 comments on commit 6be0679

Please sign in to comment.