diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 75eb9f9ea..8f6011aa4 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1832,7 +1832,7 @@ MessageTray.prototype = { // automatically. Instead, the user is able to expand the notification by mousing away from it and then // mousing back in. Because this is an expected action, we set the boolean flag that indicates that a longer // timeout should be used before popping down the notification. - if (this._notificationBin.contains(actorAtShowNotificationPosition)) { + if (this.actor.contains(actorAtShowNotificationPosition)) { this._useLongerTrayLeftTimeout = true; return; }