Skip to content

Commit

Permalink
chore: update comment in connections-filter-popover.tsx (#6502)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Nov 15, 2024
1 parent 07fe9f0 commit 7619afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7619afd

Please sign in to comment.