diff --git a/src/components/SharePopover/SharePopover.tsx b/src/components/SharePopover/SharePopover.tsx index 6c88ceeb..4883486f 100644 --- a/src/components/SharePopover/SharePopover.tsx +++ b/src/components/SharePopover/SharePopover.tsx @@ -156,11 +156,12 @@ export const SharePopover = (props: SharePopoverProps) => { [onClick, text, title, url, useWebShareApi], ); + const shouldOpenByHover = openByHover && !useWebShareApi; return ( { tooltipId={tooltipId} disablePortal onOpenChange={setIsOpen} + focusTrap={!shouldOpenByHover} + autoFocus={!shouldOpenByHover} > {({onClick: onClickInner}) => (