mirror of https://github.com/sveltejs/svelte
Problem 1: The events emitted/forwarded were not listened for. Fix 1: Changed event names to show consistency amongst examples Problem 2: Why events need to be forwarded is unclear (on this page). `createEventDispatcher` docs does mention custom events dont bubble. But components also cannot listen to DOM events that do bubble. Fix 2: Clarified that components only listen to event from their direct childrenpull/10088/head
parent
bde282adba
commit
888935d7ac
Loading…
Reference in new issue