removed copy pasta null
This commit is contained in:
+1
-1
@@ -303,7 +303,7 @@ export type ConnectionLineComponentProps = {
|
|||||||
targetPosition?: Position;
|
targetPosition?: Position;
|
||||||
connectionLineStyle?: CSSProperties;
|
connectionLineStyle?: CSSProperties;
|
||||||
connectionLineType: ConnectionLineType;
|
connectionLineType: ConnectionLineType;
|
||||||
sourceNode?: Node | null;
|
sourceNode?: Node;
|
||||||
sourceHandle?: HandleElement;
|
sourceHandle?: HandleElement;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user