Frontmatter
| id | 4843 |
| title | mixin.DeltaUpdates: du_removeNode() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 5, 2023, 11:14 AM |
| updatedAt | Sep 5, 2023, 11:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4843 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 5, 2023, 11:15 AM |
super high prio item.
if a node is not found, the engine will try to check for vtype: 'text'. if no parentId gets passed, it will fall back to the document.body. in that case, a regex-parsing can happen there, resulting in the re-creation of ALL child nodes.