Is this a new component or an extension of an existing one?
This would be an extension to the DefaultEdge component to support a static mode.
Describe the feature
When a node is dragged, its associated edges currently move along with it, which can result in an undesirable UX in scenarios where nodes need to be dropped onto edges. This issue proposes enabling an optional static behavior for DefaultEdge during node drag operations, allowing edges to remain fixed while the node is being moved. This will improve clarity, support edge-based drop interactions, and align the default behavior with advanced drag-and-drop use cases.