We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Avoid creating orphan edges" Issue already discussed and fix was merged but it occurred again, already discussed here: #99
onSwapEdge = ( sourceViewNode: INode, targetViewNode: INode, viewEdge: IEdge ) => { this.setState({ showNodeMenu: false, showEdgeMenu: false, showGlobalPropertiesMenu: false, showAddNodeMenu: false, }); if (targetViewNode.type === "Data") { this.state.graph.nodes.forEach((element) => { this.GraphView.asyncRenderNode(element); }); return false; } )}
In the onSwap function if have implemented a check and return false if condition is met, but it still creates a edge on the graph.
I am still facing this issue while i am using the release after the bug was removed. Here is the video link which explain whats happening.
https://www.loom.com/share/53429bbba058425e90a51a4c1c96f8ee
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue. Please update to 7.0.0-alpha.5 to see if the issue is still present and let us know. Thanks!
Sorry, something went wrong.
No branches or pull requests
"Avoid creating orphan edges"
Issue already discussed and fix was merged but it occurred again, already discussed here:
#99
In the onSwap function if have implemented a check and return false if condition is met, but it still creates a edge on the graph.
I am still facing this issue while i am using the release after the bug was removed. Here is the video link which explain whats happening.
https://www.loom.com/share/53429bbba058425e90a51a4c1c96f8ee
The text was updated successfully, but these errors were encountered: