You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to play an audio fragment if a new toast gets shown, and while I could add a sound effect before I call toast.push or make a wrapper function, can't we have an event in <SvelteToast> like <SvelteToast on:create which gets called when a new toast is pushed? It makes it a bit cleaner and is trivial to add.
The text was updated successfully, but these errors were encountered:
I'd like to play an audio fragment if a new toast gets shown, and while I could add a sound effect before I call
toast.push
or make a wrapper function, can't we have an event in<SvelteToast>
like<SvelteToast on:create
which gets called when a new toast is pushed? It makes it a bit cleaner and is trivial to add.The text was updated successfully, but these errors were encountered: