chore(connections): check if handle + connection radius
This commit is contained in:
@@ -136,7 +136,7 @@ export function handlePointerDown({
|
||||
connectionStatus: getConnectionStatus(!!prevClosestHandle, result.isValid),
|
||||
});
|
||||
|
||||
if (!prevClosestHandle) {
|
||||
if (!prevClosestHandle && !result.isValid) {
|
||||
return resetRecentHandle(prevActiveHandle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user