refactor(drag-edge): only handle when update function is passed
This commit is contained in:
+2
-1
@@ -122,7 +122,8 @@ export interface WrapEdgeProps {
|
||||
elementsSelectable?: boolean;
|
||||
markerEndId?: string;
|
||||
isHidden?: boolean;
|
||||
onEdgeUpdate?: OnEdgeUpdateFunc;
|
||||
handleEdgeUpdate: boolean;
|
||||
onConnectEdge: OnConnectFunc;
|
||||
}
|
||||
|
||||
export interface EdgeProps {
|
||||
|
||||
Reference in New Issue
Block a user