fix(react): applyChanges broken for multi changes for one node

This commit is contained in:
moklick
2024-01-08 15:29:21 +01:00
parent c8a5c25b14
commit 2870c2f367
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -141,8 +141,9 @@ function applyChanges(changes: any[], elements: any[]): any[] {
}
}
}
updatedElements.push(updateItem);
}
updatedElements.push(updateItem);
}
return updatedElements;