Looking at this example: http://gojs.net/latest/samples/fdLayout.html
When I delete a node using [BACKSPACE]
, it spaces out all the nodes.
However, when using Diagram.model.removeNodeData
, it does not trigger these events.
Is there any way to get these events to trigger?
I need to use removeNodeData
because I have a node with N edges, and I only want to delete a subset of those edges so I am using removeNodeData
and removeLinkData
.