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