refactor(core): allow ref for isValidConnection in useHandle

This commit is contained in:
braks
2023-05-25 20:48:26 +02:00
committed by Braks
parent 9b0b969caf
commit 4d505c974c
2 changed files with 4 additions and 4 deletions
@@ -58,7 +58,7 @@ const EdgeWrapper = defineComponent({
nodeId,
handleId,
type: edgeUpdaterType,
isValidConnection: isValidConnection.value,
isValidConnection,
edgeUpdaterType,
onEdgeUpdate,
onEdgeUpdateEnd,