Skip to content

Commit

Permalink
Ensure onmouseleave event fires in Hoverable example (#7873)
Browse files Browse the repository at this point in the history
Fixes the browser-quirk-related issue described in #6520 and #7867, based on a [suggestion](#7867 (comment)) by @Prinzhorn.

Tested in the editable example area on the Svelte site: https://svelte.dev/examples/slot-props
  • Loading branch information
yurivish committed Oct 16, 2022
1 parent caca8a5 commit 1de2c02
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -43,4 +43,8 @@
background-color: #ff3e00;
color: white;
}
</style>
p {
pointer-events: none;
}
</style>

0 comments on commit 1de2c02

Please sign in to comment.