Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Nodes focusing and highlighting to reflect JSON edits in Graph … #392

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Shahidullah-Muffakir
Copy link
Contributor

Addressed highlighting and focusing behavior when JSON Data changes (Issue #308)::

  1. When the user modifies the JSON data and the search input no longer matches any nodes, the previously highlighted and focused nodes are now cleared. This ensures no stale highlights or focus remain when the data changes.

  2. When the user modifies the JSON data and the search input once again matches nodes, those nodes are highlighted and focused as expected. This ensures the highlight and focus behavior remains functional after data changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant