diff --git a/src/components/primitives/TooltipPrimitive.tsx b/src/components/primitives/TooltipPrimitive.tsx index 1cfa9e2f..f7f37e50 100644 --- a/src/components/primitives/TooltipPrimitive.tsx +++ b/src/components/primitives/TooltipPrimitive.tsx @@ -27,7 +27,9 @@ export default function TooltipPrimitive({ useClickInsideOutside({ htmlElements: [refTrigger, refContent], - onClickOutside: () => setIsOpen(false), + onClickOutside: () => { + if (!supportsHover) { setIsOpen(false); } + }, }); return ( diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx index 790a71ba..7f96e1e0 100644 --- a/src/photo/PhotoLarge.tsx +++ b/src/photo/PhotoLarge.tsx @@ -262,7 +262,12 @@ export default function PhotoLarge({ <> {' '} - + {photo.focalLengthIn35MmFormatFormatted}