We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fe9f0 commit 7619afdCopy full SHA for 7619afd
packages/compass-sidebar/src/components/connections-filter-popover.tsx
@@ -69,7 +69,7 @@ export default function ConnectionsFilterPopover({
69
70
// Manually handling the tooltip state instead of supplying a trigger
71
// we do this to avoid the tooltip from rendering when the popover is open
72
- // and when the IconButton regains focus as the
+ // and when the IconButton regains focus as the popover is closed.
73
const [isTooltipOpen, setTooltipOpen] = useState(false);
74
const handleButtonMouseEnter = useCallback(
75
() => setTooltipOpen(true),
0 commit comments