@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.
@@ -27185,6 +27185,8 @@
27185
27185
  _this.visibleRowCount--;
27186
27186
  _this.totalRowCount--;
27187
27187
  deletedRows.push(row);
27188
+ if (_this.editedRow === row)
27189
+ _this.editedRow = undefined;
27188
27190
  return false; // Exclude from the list to delete using the service
27189
27191
  }
27190
27192
  // Cancel the row (and mark as pristine), when not valid but in edition