fix: node connect self (#3194)
This commit is contained in:
@@ -301,6 +301,8 @@ export const useNodesInteractions = () => {
|
||||
target,
|
||||
targetHandle,
|
||||
}) => {
|
||||
if (source === target)
|
||||
return
|
||||
if (getNodesReadOnly())
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user