diff --git a/js/notifications.js b/js/notifications.js index 759af602c..a6cd20a9d 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -128,6 +128,9 @@ drawAttention(); + if (this.lastNotification) { + this.lastNotification.close(); + } const notification = new Notification(title, { body: message, icon: iconUrl,