For events which we dispatch ourselves, we can use this to skip the forwarding. Otherwise the listeners don't fire. svelte-material-ui uses a custom dispatch to get around this issue, I think.
For events which we dispatch ourselves, we can use this to skip the forwarding. Otherwise the listeners don't fire. svelte-material-ui uses a custom dispatch to get around this issue, I think.