refactor(handles): prefix with flow id for handling nested flows #3196

This commit is contained in:
moklick
2024-01-16 16:57:50 +01:00
parent 9e2c907526
commit bc69a6adb4
4 changed files with 18 additions and 6 deletions
@@ -55,6 +55,7 @@ export function EdgeUpdateAnchors({
onConnectEnd,
cancelConnection,
nodes,
rfId: flowId,
panBy,
updateConnection,
} = store.getState();
@@ -85,6 +86,7 @@ export function EdgeUpdateAnchors({
isTarget,
edgeUpdaterType: handleType,
lib,
flowId,
cancelConnection,
panBy,
isValidConnection,