added check to xyhandle pointermove if connection is cancelled

This commit is contained in:
peterkogo
2024-03-13 14:26:27 +01:00
parent 09118c1c8e
commit e489df9808
3 changed files with 9 additions and 1 deletions
@@ -140,6 +140,7 @@ function HandleComponent(
onConnect: onConnectExtended,
isValidConnection: isValidConnection || currentStore.isValidConnection,
getTransform: () => store.getState().transform,
getConnectionStartHandle: () => store.getState().connectionStartHandle,
});
}