From 3fc1b39ce27e41faa49f6f84bfa1b7f7a524b26f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:35:02 +0100 Subject: [PATCH] chore(core): cleanup unused vars in `Handle.vue` Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/components/Handle/Handle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()