Skip to content

Commit

Permalink
remove mouse leave
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminknox committed Oct 29, 2023
1 parent 3015e48 commit 16788b6
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 @@ -60,7 +60,7 @@
let contentHovered = false
const debouncedMouseleave = (event: MouseLeaveEvent) => {
const debouncedMouseleave = () => {
let debounce
return () => {
Expand Down

0 comments on commit 16788b6

Please sign in to comment.