From 8fa6ad50760090c4800f3a95a4402781b9a86095 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 17 May 2023 11:27:25 +0200 Subject: [PATCH] chore(core): cleanup handle cmp --- packages/core/src/components/Handle/Handle.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/components/Handle/Handle.vue b/packages/core/src/components/Handle/Handle.vue index e341d7cf..291313c3 100644 --- a/packages/core/src/components/Handle/Handle.vue +++ b/packages/core/src/components/Handle/Handle.vue @@ -9,12 +9,13 @@ const { connectableStart = true, connectableEnd = true, id, - isValidConnection, ...props } = defineProps() const type = toRef(props, 'type', 'source') +const isValidConnection = toRef(props, 'isValidConnection', undefined) + const { connectionStartHandle, connectionClickStartHandle,