dillon1000/react

Commit

Match Fibers to saved selection as they mount

This implements matching Fibers against the tracked selection path.

The algorithm is optimized to do as little checks as possible:

* When not trying to restore selection, we don't do anything
* When restoring selection, we only check .return pointers of new mounts
* Only when .return pointers match our current deepest match, we compare the frames
Browse files
Changed paths1 file
First-parent comparison
M src/backend/renderer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…