microsoft/automatic-graph-layout

Viewer.AddNode(dNode, true); => slow node drag and drop

Closed this issue · 2 comments

I add node in the following way:

IViewerNode dNode = Viewer.CreateIViewerNode(node, pos, null);

Viewer.AddNode(dNode, true);

When dragging and dropping the node is very slow.
But I add node by: Graph.AddNode() and drag and drop is very smooth.
Did I do anything wrong?

I confirm that issue. Happens even in GraphEditor.cs sample

Fixed by 8b9f6c2