diff options
Diffstat (limited to 'src/lib/Notification')
| -rw-r--r-- | src/lib/Notification/Notification.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Notification/Notification.svelte b/src/lib/Notification/Notification.svelte index 1543f3b9..3c466b90 100644 --- a/src/lib/Notification/Notification.svelte +++ b/src/lib/Notification/Notification.svelte @@ -27,6 +27,7 @@ const remove = () => { id="notification-container" class={removed ? 'fade-out' : 'fade-in'} onclick={remove} + data-umami-event="Dismiss Notification" onkeydown={() => { return; }} |