@sumaris-net/ngx-components 1.10.5 → 1.10.6
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/bundles/sumaris-net.ngx-components.umd.js +0 -4
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/table/table.class.js +1 -5
- package/fesm2015/sumaris-net.ngx-components.js +0 -4
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -22218,10 +22218,6 @@ class AppTable {
|
|
|
22218
22218
|
if (deleted) {
|
|
22219
22219
|
this.visibleRowCount--;
|
|
22220
22220
|
this.totalRowCount--;
|
|
22221
|
-
// Forget is was the edited row
|
|
22222
|
-
if (row === this.editedRow) {
|
|
22223
|
-
this.editedRow = undefined;
|
|
22224
|
-
}
|
|
22225
22221
|
return res;
|
|
22226
22222
|
}
|
|
22227
22223
|
}
|