We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a8b9b commit c459653Copy full SHA for c459653
packages/core/src/components/Handle/Handle.vue
@@ -118,7 +118,7 @@ function onPointerDown(event: MouseEvent | TouchEvent) {
118
}
119
120
function onClick(event: MouseEvent) {
121
- if (!nodeId || (!connectionStartHandle.value && !isConnectableStart.value)) {
+ if (!nodeId || (!connectionClickStartHandle.value && !isConnectableStart.value)) {
122
return
123
124
0 commit comments