Skip to content

Commit 6baf9e5

Browse files
committed
Dismiss the dev user tooltip in the task page when your mouse leaves the target
1 parent a823421 commit 6baf9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/components/environments/EnvironmentLabel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export function EnvironmentLabels({
6464
)}
6565
{otherDevEnvironments.length > 0 ? (
6666
<SimpleTooltip
67+
disableHoverableContent
6768
button={
6869
<span
6970
className={cn(

0 commit comments

Comments
 (0)