chore: cleanup

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 c5c60b8894
commit 35d6f309b7
2 changed files with 89 additions and 286 deletions
@@ -7,7 +7,7 @@ const { position = 'top' as Position, connectable = true, id, isValidConnection,
const type = toRef(props, 'type', 'source')
const { connectionStartHandle, vueFlowRef } = $(useVueFlow())
const { connectionStartHandle, vueFlowRef, nodesConnectable } = $(useVueFlow())
const { id: nodeId, node, nodeEl, connectedEdges } = useNode()