Gentlymad-Studios / NewGraph

A general node graph solution centered on data management. This is based on the idea to visualize complex data structures as graph networks without having to modify already established data classes.
MIT License
244 stars 19 forks source link

Error occur when drag a conncted node into a GroupCommentNode #33

Closed likemango closed 1 year ago

likemango commented 1 year ago

error-newGraph

Doppelkeks commented 1 year ago

Thanks for the bug report! This has to do with some recent changes to GraphViewBase.

Since this is its own package you can request an older commit where this issue should not appear until we fixed it. Here is the link to the specific version (you can use it directly in the package manager): https://github.com/Gentlymad-Studios/GraphViewBase.git#0ff5f7fb9154e4eebb75c0063fe134451d65d0ef

Doppelkeks commented 1 year ago

This has been fixed by @leissler

Please be aware that the bug was caused by the underlying GraphViewBase, so you have to ensure you update this package :)