mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 17:45:54 +08:00
fix: iteration copy
This commit is contained in:
parent
c625f4282f
commit
44038b9628
@ -122,6 +122,7 @@ export const useNodeIterationInteractions = () => {
|
|||||||
_connectedSourceHandleIds: [],
|
_connectedSourceHandleIds: [],
|
||||||
_connectedTargetHandleIds: [],
|
_connectedTargetHandleIds: [],
|
||||||
title: nodesWithSameType.length > 0 ? `${t(`workflow.blocks.${childNodeType}`)} ${nodesWithSameType.length + 1}` : t(`workflow.blocks.${childNodeType}`),
|
title: nodesWithSameType.length > 0 ? `${t(`workflow.blocks.${childNodeType}`)} ${nodesWithSameType.length + 1}` : t(`workflow.blocks.${childNodeType}`),
|
||||||
|
iteration_id: newNodeId,
|
||||||
},
|
},
|
||||||
position: child.position,
|
position: child.position,
|
||||||
positionAbsolute: child.positionAbsolute,
|
positionAbsolute: child.positionAbsolute,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user