Ensure onmouseleave event fires in Hoverable example (#7873)

Fixes the browser-quirk-related issue described in #6520 and #7867, based on a [suggestion](https://github.com/sveltejs/svelte/issues/7867#issuecomment-1248993436) by @Prinzhorn.

Tested in the editable example area on the Svelte site: https://svelte.dev/examples/slot-props
pull/7955/head
Yuri 2 years ago committed by GitHub
parent caca8a5340
commit 1de2c02535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,4 +43,8 @@
background-color: #ff3e00;
color: white;
}
</style>
p {
pointer-events: none;
}
</style>

Loading…
Cancel
Save