Skip to content

Commit dda5b58

Browse files
committed
refactor(core): use all nodes for handle lookup
1 parent 300c742 commit dda5b58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/composables/useHandle.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export function useHandle({
5757
autoPanOnConnect,
5858
findNode,
5959
panBy,
60-
getNodes,
6160
startConnection,
6261
updateConnection,
6362
endConnection,
@@ -107,7 +106,7 @@ export function useHandle({
107106
let autoPanStarted = false
108107

109108
const handleLookup = getHandleLookup({
110-
nodes: getNodes.value,
109+
nodes: nodes.value,
111110
nodeId: toValue(nodeId),
112111
handleId: toValue(handleId),
113112
handleType,

0 commit comments

Comments
 (0)