From ff8e0c44aa86e872766f1cb53829b01f0caee676 Mon Sep 17 00:00:00 2001 From: Lukas Rieder Date: Sun, 23 Aug 2020 22:20:55 +0200 Subject: [PATCH] Do not invoke close(), just pass it --- src/Notification/ToastNotification.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notification/ToastNotification.svelte b/src/Notification/ToastNotification.svelte index 1673ebed..2a43ccea 100644 --- a/src/Notification/ToastNotification.svelte +++ b/src/Notification/ToastNotification.svelte @@ -105,7 +105,7 @@ + on:click={close} /> {/if} {/if}