Skip to content

Commit

Permalink
set debounce value to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminknox committed Oct 30, 2023
1 parent 5eb81c6 commit 2873d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip/tooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
if (!triggerHovered && !tooltipHovered) {
setVisible(false)
}
}, 300)
}, 50)
}
})()
Expand Down

0 comments on commit 2873d63

Please sign in to comment.