refactor(nodes): set default for connectable to true
This commit is contained in:
@@ -7,7 +7,7 @@ const DefaultNode: FunctionalComponent<NodeProps> = function ({
|
||||
sourcePosition = Position.Bottom,
|
||||
targetPosition = Position.Top,
|
||||
label,
|
||||
connectable = false,
|
||||
connectable = true,
|
||||
isValidTargetPos,
|
||||
isValidSourcePos,
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user