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

Update GraphView.dart #115

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Update GraphView.dart #115

merged 1 commit into from
Jan 23, 2024

Conversation

emmby
Copy link
Contributor

@emmby emmby commented Jan 23, 2024

Fix for index out of range crash when changing graph object between renders.

The problem was that the GraphView widget was copying state (nodes) out of the graph object and saving them, but not updating those objects when the graph object changed.

Fix for index out of range when changing graph object between renders
@nabil6391
Copy link
Owner

Looks Good, Good Find. Thank you!

@emmby
Copy link
Contributor Author

emmby commented Jan 23, 2024

No problem! FYI this test failure also appears to be on main

@nabil6391
Copy link
Owner

Noted on that, need to fix it

@nabil6391 nabil6391 merged commit 0cb314b into nabil6391:master Jan 23, 2024
1 check failed
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

2 participants