Skip to content

Commit 5b7d204

Browse files
authored
chore: fix tooltip behavior (#4563)
1 parent 1515d75 commit 5b7d204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/src/components/Tooltips/HelpTooltip/HelpTooltip.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ export const HelpTooltip: React.FC<
6060
onMouseEnter={() => {
6161
setIsOpen(true)
6262
}}
63+
onMouseLeave={() => {
64+
setIsOpen(false)
65+
}}
6366
aria-label={Language.ariaLabel}
6467
>
6568
<HelpIcon className={styles.icon} />

0 commit comments

Comments
 (0)