chinedufn / percy

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

Fix indexing when moving nodes #192

Closed chinedufn closed 1 year ago

chinedufn commented 1 year ago

This commit fixing the diffing bug where we were using the wrong node index when moving siblings under certain conditions.