diff --git a/client/src/views/notification/panel.js b/client/src/views/notification/panel.js index 32539082a4..cea9555015 100644 --- a/client/src/views/notification/panel.js +++ b/client/src/views/notification/panel.js @@ -66,6 +66,10 @@ class NotificationPanelView extends View { this.overflowWasHidden = false; } + + if (this.collection) { + this.collection.abortLastFetch(); + } }); }