Frontmatter
| id | 985 |
| title | vdom.Helper: createDeltas() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jul 29, 2020, 3:49 PM |
| updatedAt | Jul 29, 2020, 3:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/985 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 29, 2020, 3:50 PM |
Edge case bug: infinite scrolling upwards
add new nodes at the start, remove nodes at the end of a childNodes array.
right now, this does add the new nodes, but does not remove the old ones.
on it.