Frontmatter
| id | 2566 |
| title | vdom.Helper: remove the setTextContent deltas |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 6, 2021, 6:55 PM |
| updatedAt | Jul 6, 2021, 6:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2566 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 6, 2021, 6:56 PM |
those deltas make sense for the table use case, but this one is covered with
main.addon.CloneNodesnow.the deltas have side effects not comparing oldItems for movements inside the vdom tree, which is affecting the calendar drag&drop.
on the long run, I will create two modes for delta updates: one which ignores movements and is faster and the current greedy version.