diff --git a/packages/core/src/components/Handle/Handle.vue b/packages/core/src/components/Handle/Handle.vue index b57c20cf..5026a4d7 100644 --- a/packages/core/src/components/Handle/Handle.vue +++ b/packages/core/src/components/Handle/Handle.vue @@ -7,7 +7,7 @@ const { position = 'top' as Position, connectable = true, id, isValidConnection, const type = toRef(props, 'type', 'source') -const { connectionStartHandle, connectionMode, vueFlowRef, nodesConnectable } = $(useVueFlow()) +const { connectionStartHandle, vueFlowRef } = $(useVueFlow()) const { id: nodeId, node, nodeEl, connectedEdges } = useNode()