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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clumsy to connect existing node with edge to a new node

leissler opened this issue · comments

When I want to connect a node with an existing output edge to a newly created node's input port, I first have to delete the edge and can then drag a new one to the new node.
Expected: Drag an edge from the existing output port to the new node's input port replaces the existing edge.