### Bug Details ### Description Edge highlights remain visible after clearing selection, so the graph shows active edges even when nothing is selected. ### Steps to Reproduce 1. Click any node in the graph to highlight its connected edges. 2. Click empty space in the canvas (or clear the search input). 3. Observe that the previously highlighted edges remain active. ### Demo Video https://github.com/user-attachments/assets/683b835c-2e40-4529-8567-18cba2e6407c ### Expected Behavior When selection is cleared, all edge highlights should disappear. ### Environment - **OS:** macOS - **Browser:** Chrome - **Version:** 0.7.0 ### Additional Context This happens because only the node selection is cleared, while the edges’ selected state is not reset. ### Good First Issue - [ ] I believe this issue is a good first issue for new contributors. ### Contribution - [x] I am willing to fix this bug.
Bug Details
Description
Edge highlights remain visible after clearing selection, so the graph shows active edges even when nothing is selected.
Steps to Reproduce
Demo Video
Screen.Recording.2026-04-12.at.4.21.02.PM.mov
Expected Behavior
When selection is cleared, all edge highlights should disappear.
Environment
Additional Context
This happens because only the node selection is cleared, while the edges’ selected state is not reset.
Good First Issue
Contribution