...
 
Commits (5)
......@@ -136,13 +136,13 @@ class DiscoveryStore {
this.onFilterChangeDisposer && this.onFilterChangeDisposer();
this.onSearchChangeDisposer && this.onSearchChangeDisposer();
this.feedStore.reset();
this.listStore.clear();
if (this.filters) {
this.filters.clear();
this.listenChanges();
}
this.feedStore.reset();
this.listStore.clear();
this.listenChanges();
}
}
......