diff --git a/src/notification-manager.js b/src/notification-manager.js index df5e5fb42..3d15419d5 100644 --- a/src/notification-manager.js +++ b/src/notification-manager.js @@ -199,8 +199,10 @@ class NotificationManager { /* Section: Managing Notifications */ - + + // Public: Clear all the notifications. clear () { this.notifications = [] + this.emitter.emit('did-clear-notifications') } }