fix(core): use connection click start handle
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user