From 91562e652369c4e0df96dce7b96311d71bd105d6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 11 Jul 2025 08:53:36 -0500 Subject: [PATCH] Fix tooltip button/form interaction --- src/app/Nav.tsx | 2 +- src/components/image/ZoomControls.tsx | 1 + src/components/more/MoreMenu.tsx | 1 + src/components/primitives/TooltipPrimitive.tsx | 1 + src/photo/InfinitePhotoScroll.tsx | 1 + src/recipe/PhotoRecipeOverlayButton.tsx | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/Nav.tsx b/src/app/Nav.tsx index 5672f64c..61baa030 100644 --- a/src/app/Nav.tsx +++ b/src/app/Nav.tsx @@ -54,7 +54,7 @@ export default function Nav({ ) => typeof linkOrAction === 'string' ? {text} - : ; + : ; const switcherSelectionForPath = (): SwitcherSelection | undefined => { if (pathname === PATH_ROOT) { diff --git a/src/components/image/ZoomControls.tsx b/src/components/image/ZoomControls.tsx index 3c13a71e..2a61daff 100644 --- a/src/components/image/ZoomControls.tsx +++ b/src/components/image/ZoomControls.tsx @@ -41,6 +41,7 @@ export default function ZoomControls({ const button =