Skip to content

Commit

Permalink
Merge pull request #683 from dragon-slayer875/master
Browse files Browse the repository at this point in the history
[chore] Increase hide delay for custom tooltip
  • Loading branch information
leecalcote authored Jul 19, 2024
2 parents 356d095 + 4ac5eb6 commit 442343e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom/CustomTooltip/customTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function CustomTooltip({
}: CustomTooltipProps): JSX.Element {
return (
<Tooltip
leaveDelay={1000}
componentsProps={{
tooltip: {
sx: {
Expand Down

0 comments on commit 442343e

Please sign in to comment.