@paperless/angular 2.8.2 → 2.8.3
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.
|
@@ -3737,7 +3737,7 @@ let Table = class Table {
|
|
|
3737
3737
|
}
|
|
3738
3738
|
if (calculateRowSelectionData || changes['selectedRows']) {
|
|
3739
3739
|
this._setRowSelectionData();
|
|
3740
|
-
if (changes['selectedRows']
|
|
3740
|
+
if (changes['selectedRows']?.currentValue?.length == 0 &&
|
|
3741
3741
|
!!this._selectAllCheckbox?.nativeElement.checked) {
|
|
3742
3742
|
this._selectAllCheckbox.nativeElement.checked = false;
|
|
3743
3743
|
}
|