refactor(core): allow ref for isValidConnection in useHandle
This commit is contained in:
@@ -58,7 +58,7 @@ const EdgeWrapper = defineComponent({
|
||||
nodeId,
|
||||
handleId,
|
||||
type: edgeUpdaterType,
|
||||
isValidConnection: isValidConnection.value,
|
||||
isValidConnection,
|
||||
edgeUpdaterType,
|
||||
onEdgeUpdate,
|
||||
onEdgeUpdateEnd,
|
||||
|
||||
Reference in New Issue
Block a user