@annalib/anna-core 4.1.8 → 4.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1746,7 +1746,8 @@ class AnnaNonEditableGenericTableComponent {
1746
1746
  this.isNoDataToDisplaySubject$.next(false);
1747
1747
  this.annaFilterService.initialValueMap = new Map();
1748
1748
  }
1749
- else if (changes["percentDone"] || changes["downloadInProgress"] || changes["starredInProgress"]) {
1749
+ else if (changes["percentDone"] || changes["downloadInProgress"]
1750
+ || (changes["starredInProgress"] && changes["starredInProgress"].currentValue != undefined)) {
1750
1751
  console.log("do nothing");
1751
1752
  }
1752
1753
  else {