You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a listener for removeInitial() events (line https://github.com/the-grid/the-graph/blob/master/the-graph/the-graph-graph.js#L107), but no listener for addInitial(). This makes it difficult to draw ports differently depending on whether IIPs are connected to them, as there's no port redraw when IIPs are added, only when they're removed. Adding a duplicate of line 107, replacing removeInitial with addInitial, would do the trick.
The text was updated successfully, but these errors were encountered:
There is a listener for removeInitial() events (line https://github.com/the-grid/the-graph/blob/master/the-graph/the-graph-graph.js#L107), but no listener for addInitial(). This makes it difficult to draw ports differently depending on whether IIPs are connected to them, as there's no port redraw when IIPs are added, only when they're removed. Adding a duplicate of line 107, replacing removeInitial with addInitial, would do the trick.
The text was updated successfully, but these errors were encountered: