@sumaris-net/ngx-components 1.23.7 → 1.23.8

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.
@@ -23501,6 +23501,8 @@ class AppTable {
23501
23501
  this.visibleRowCount--;
23502
23502
  this.totalRowCount--;
23503
23503
  deletedRows.push(row);
23504
+ if (this.editedRow === row)
23505
+ this.editedRow = undefined;
23504
23506
  return false; // Exclude from the list to delete using the service
23505
23507
  }
23506
23508
  // Cancel the row (and mark as pristine), when not valid but in edition