diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 0e5549ef8..7418befb5 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -2356,9 +2356,6 @@ const MessageTray = new Lang.Class({ this._summaryBoxPointerState = State.HIDING; this._unlock(); - if (this._summaryBoxPointerItem == this._clickedSummaryItem) - this._setClickedSummaryItem(null); - if (this._summaryBoxPointerItem.source.notifications.length == 0) { this._summaryBoxPointer.actor.hide(); this._hideSummaryBoxPointerCompleted();