chore(xyhandle): cleanup
This commit is contained in:
@@ -209,7 +209,6 @@ function onPointerDown(
|
|||||||
function onPointerUp(event: MouseEvent | TouchEvent) {
|
function onPointerUp(event: MouseEvent | TouchEvent) {
|
||||||
if (connectionStarted) {
|
if (connectionStarted) {
|
||||||
if ((closestHandle || resultHandleDomNode) && connection && isValid) {
|
if ((closestHandle || resultHandleDomNode) && connection && isValid) {
|
||||||
console.log(connection);
|
|
||||||
onConnect?.(connection);
|
onConnect?.(connection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user