diff --git a/packages/core/src/components/Handle/Handle.vue b/packages/core/src/components/Handle/Handle.vue index 1d00dce8..7e5d26f6 100644 --- a/packages/core/src/components/Handle/Handle.vue +++ b/packages/core/src/components/Handle/Handle.vue @@ -118,7 +118,7 @@ function onPointerDown(event: MouseEvent | TouchEvent) { } function onClick(event: MouseEvent) { - if (!nodeId || (!connectionStartHandle.value && !isConnectableStart.value)) { + if (!nodeId || (!connectionClickStartHandle.value && !isConnectableStart.value)) { return }