notification panel abort last fetch on remove
This commit is contained in:
@@ -66,6 +66,10 @@ class NotificationPanelView extends View {
|
||||
|
||||
this.overflowWasHidden = false;
|
||||
}
|
||||
|
||||
if (this.collection) {
|
||||
this.collection.abortLastFetch();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user