From 6cd782661a6b3a8fffd557001f607e40666edd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 15 Nov 2024 22:50:33 +0100 Subject: [PATCH] Update comment in connections-filter-popover.tsx --- .../src/components/connections-filter-popover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compass-sidebar/src/components/connections-filter-popover.tsx b/packages/compass-sidebar/src/components/connections-filter-popover.tsx index 4cf936dadf3..9152c36c061 100644 --- a/packages/compass-sidebar/src/components/connections-filter-popover.tsx +++ b/packages/compass-sidebar/src/components/connections-filter-popover.tsx @@ -69,7 +69,7 @@ export default function ConnectionsFilterPopover({ // Manually handling the tooltip state instead of supplying a trigger // we do this to avoid the tooltip from rendering when the popover is open - // and when the IconButton regains focus as the + // and when the IconButton regains focus as the popover is closed. const [isTooltipOpen, setTooltipOpen] = useState(false); const handleButtonMouseEnter = useCallback( () => setTooltipOpen(true),