chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Fix setting events ID #164

Closed chinedufn closed 2 years ago

chinedufn commented 2 years ago

When old nodes are removed/added, the events ID on nodes that come after those nodes in the tree need to be updated.

This commit implements this, so that nodes get their events ID updated as they move around the tree.