Skip to content

Commit

Permalink
remove event from handleContentMouseleave
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminknox committed Oct 30, 2023
1 parent 16788b6 commit f29fec9
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 @@ -74,7 +74,7 @@
}
}
const handleContentMouseleave = (event) => {
const handleContentMouseleave = () => {
contentHovered = false
setVisible(false)
}
Expand Down

0 comments on commit f29fec9

Please sign in to comment.