Skip to content

Commit

Permalink
Corrected hoverend event name (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar authored Feb 7, 2024
1 parent 05d793f commit 60b0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ The `hover` interaction provides an API for consistent hover behavior across all
on:hoverstart={(e) => {
console.log('you just hovered me!', e);
}}
on:hoverstart={(e) => {
on:hoverend={(e) => {
console.log('you just unhovered me!', e);
}}
>
Expand Down

0 comments on commit 60b0b8d

Please sign in to comment.