diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 1ae3fd7c4..6014b4bb1 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1615,6 +1615,8 @@ MessageTray.prototype = { this._clickedSummaryItemMouseButton != button) { this._clickedSummaryItem = summaryItem; this._clickedSummaryItemMouseButton = button; + + summaryItem.source.emit('summary-item-clicked', button); } else { this._unsetClickedSummaryItem(); }