diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 6014b4bb1..383a68a5a 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -829,6 +829,7 @@ Notification.prototype = { // Restore banner opacity in case the notification is shown in the // banner mode again on update. this._bannerLabel.opacity = 255; + this.emit('collapsed'); }, _onActionInvoked: function(actor, mouseButtonClicked, id) {