fix(core): use connection click start handle

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-03 11:13:53 +02:00
committed by Braks
parent d0a8b9b080
commit c459653015
@@ -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
}