summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/ui/messageTray.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index 971c451a..d7d09814 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -2631,6 +2631,8 @@ const MessageTray = new Lang.Class({
// the mouse is moving towards it or within it.
this._lastSeenMouseX = x;
this._lastSeenMouseY = y;
+
+ this._resetNotificationLeftTimeout();
},
_updateShowingNotification: function() {