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
In Modal.svelte< there are code to add event listeners, instead of binding to the object directly. Those event listeners are also not closed after the modal is not needed anymore. Is there a reason why it was done like that?
In
Modal.svelte< there are code to add event listeners, instead of binding to the object directly. Those event listeners are also not closed after the modal is not needed anymore. Is there a reason why it was done like that?