@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
|
@@ -25657,10 +25657,6 @@
|
|
|
25657
25657
|
if (deleted) {
|
|
25658
25658
|
_this.visibleRowCount--;
|
|
25659
25659
|
_this.totalRowCount--;
|
|
25660
|
-
// Forget is was the edited row
|
|
25661
|
-
if (row === _this.editedRow) {
|
|
25662
|
-
_this.editedRow = undefined;
|
|
25663
|
-
}
|
|
25664
25660
|
return res;
|
|
25665
25661
|
}
|
|
25666
25662
|
}
|