Frontmatter
| id | 4941 |
| title | util.VDom: forceSyncVdomIds() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 22, 2023, 5:14 PM |
| updatedAt | Sep 22, 2023, 5:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4941 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 22, 2023, 5:30 PM |

after changing the default logic of
syncVdomIds(), we should add a new method which changes ids with force.use cases are lists of nodes which get resorted or filtered and we want to use the same node ids to keep deltas smaller.