Skip to content

Commit

Permalink
chore: increase show tooltip delay to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomca committed Dec 11, 2023
1 parent aabf4bd commit d5d78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip/tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type TooltipProps = {
}

// These are exported to be used in the tests, they are not meant to be exported publicly
export const SHOW_DELAY = 500
export const SHOW_DELAY = 1000
export const HIDE_DELAY = 100

function useDelayedTooltipState(initialState: AriakitTooltipStateProps) {
Expand Down

0 comments on commit d5d78c5

Please sign in to comment.