chore(core): cleanup unused vars in Handle.vue

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 15:49:20 +01:00
committed by Braks
parent 97791c9c31
commit 3fc1b39ce2
@@ -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()