@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.
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -2
- package/fesm2015/annalib-anna-core.mjs +2 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1748,7 +1748,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1748
1748
|
this.isNoDataToDisplaySubject$.next(false);
|
|
1749
1749
|
this.annaFilterService.initialValueMap = new Map();
|
|
1750
1750
|
}
|
|
1751
|
-
else if (changes["percentDone"] || changes["downloadInProgress"]
|
|
1751
|
+
else if (changes["percentDone"] || changes["downloadInProgress"]
|
|
1752
|
+
|| (changes["starredInProgress"] && changes["starredInProgress"].currentValue != undefined)) {
|
|
1752
1753
|
console.log("do nothing");
|
|
1753
1754
|
}
|
|
1754
1755
|
else {
|