-
Beta Was this translation helpful? Give feedback.
Answered by
brunnerh
Sep 18, 2024
Replies: 1 comment 2 replies
-
|
Svelte 5 uses event delegation and you need to subscribe using
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Freeplayg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Svelte 5 uses event delegation and you need to subscribe using
onfrom'svelte/events'forstopPropagationto behave as expected.Docs - Adjusted REPL