Refactoring.

This commit is contained in:
John Livingston
2024-06-12 15:50:14 +02:00
parent a4a9f85956
commit 268c60d699
5 changed files with 14 additions and 13 deletions

View File

@ -197,6 +197,7 @@ export class DynamicTableFormElement extends LivechatElement {
this._updateLastRowId()
// Filter removed rows
// FIXME: seems buggy. Missing assignation?
this._rowsById.filter(rowById => this.rows.includes(rowById.row))
for (let i = 0; i < this.rows.length; i++) {