Skip to content

Commit 544bc12

Browse files
fix(Tooltip): extend open delay
1 parent cc102c6 commit 544bc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/overlays/tooltip/Tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const Tooltip = ({
126126
});
127127

128128
const hover = useHover(context, {
129-
restMs: 250,
129+
restMs: 500,
130130
delay: { open: 1000 },
131131
handleClose: copyContent ? safePolygon({ buffer: 1 }) : undefined,
132132
});

0 commit comments

Comments
 (0)