Skip to content

Commit 442343e

Browse files
authored
Merge pull request #683 from dragon-slayer875/master
[chore] Increase hide delay for custom tooltip
2 parents 356d095 + 4ac5eb6 commit 442343e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/custom/CustomTooltip/customTooltip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function CustomTooltip({
2626
}: CustomTooltipProps): JSX.Element {
2727
return (
2828
<Tooltip
29+
leaveDelay={1000}
2930
componentsProps={{
3031
tooltip: {
3132
sx: {

0 commit comments

Comments
 (0)