refactor(handles): prefix with flow id for handling nested flows #3196
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user