Skip to content

Commit c459653

Browse files
committed
fix(core): use connection click start handle
Signed-off-by: braks <[email protected]>
1 parent d0a8b9b commit c459653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/Handle/Handle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function onPointerDown(event: MouseEvent | TouchEvent) {
118118
}
119119
120120
function onClick(event: MouseEvent) {
121-
if (!nodeId || (!connectionStartHandle.value && !isConnectableStart.value)) {
121+
if (!nodeId || (!connectionClickStartHandle.value && !isConnectableStart.value)) {
122122
return
123123
}
124124

0 commit comments

Comments
 (0)