Skip to content

Commit

Permalink
Don't focus-within the status badge popover on load (prevents ugly li…
Browse files Browse the repository at this point in the history
…nk focus issue)
  • Loading branch information
Dan-Q committed May 17, 2024
1 parent b0a3789 commit 2a36975
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function StatusPopover( props: {
<Popover
className="woocommerce-marketplace__my-subscriptions__popover"
position="top center"
focusOnMount={ false }
>
{ props.explanation }
</Popover>
Expand Down

0 comments on commit 2a36975

Please sign in to comment.