Skip to content

Commit 6cd7826

Browse files
authored
Update comment in connections-filter-popover.tsx
1 parent 07fe9f0 commit 6cd7826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-sidebar/src/components/connections-filter-popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function ConnectionsFilterPopover({
6969

7070
// Manually handling the tooltip state instead of supplying a trigger
7171
// we do this to avoid the tooltip from rendering when the popover is open
72-
// and when the IconButton regains focus as the
72+
// and when the IconButton regains focus as the popover is closed.
7373
const [isTooltipOpen, setTooltipOpen] = useState(false);
7474
const handleButtonMouseEnter = useCallback(
7575
() => setTooltipOpen(true),

0 commit comments

Comments
 (0)