notification panel abort last fetch on remove

This commit is contained in:
Yuri Kuznetsov
2023-12-25 19:25:53 +02:00
parent 12a860dde4
commit 3ff845dbdf
+4
View File
@@ -66,6 +66,10 @@ class NotificationPanelView extends View {
this.overflowWasHidden = false;
}
if (this.collection) {
this.collection.abortLastFetch();
}
});
}