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
I am using edgehandles to draw edges, when I added an edge and then undo, it will delete the last added or target node , I need to call ur.do('add', addedEdge) in the edgehandles's complete() to fix this problem, is this the right way to do it
The text was updated successfully, but these errors were encountered:
I am using edgehandles to draw edges, when I added an edge and then undo, it will delete the last added or target node , I need to call ur.do('add', addedEdge) in the edgehandles's complete() to fix this problem, is this the right way to do it
The text was updated successfully, but these errors were encountered: