Skip to content

Commit

Permalink
Fix up breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 7, 2023
1 parent 9a3dfde commit c460d49
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ function Breadcrumb({ breadcrumb, index, here }: BreadcrumbProps): JSX.Element {
setPopoverShown(false)
}
}}
onClickInside={() => {
if (popoverShown) {
setPopoverShown(false)
}
}}
>
{breadcrumbContent}
</Popover>
Expand Down

0 comments on commit c460d49

Please sign in to comment.