dillon1000/react
Commit
Browse files 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
Changed paths1 file
First-parent comparisonsrc/backend/renderer.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…