dillon1000/react

Commit

Persist and restore selection in agent

This implements the infrastructure for saving and restoring renderer-specific selection state in the session storage.

Note this doesn't actually implement the calculation and tracking of paths in the renderer. It only simulates that the renderer can do it. The actual implementation will come in a later commit.
Browse files
Changed paths4 files
First-parent comparison
M src/backend/agent.js ModifiedM src/backend/renderer.js ModifiedM src/backend/types.js ModifiedM src/constants.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…