fix node valid detect

pull/21709/head
Mminamiyama 11 months ago
parent 18757d07c9
commit 994a56e25d

@ -184,10 +184,12 @@ const VarReferencePicker: FC<Props> = ({
return startNode?.data
const node = getNodeInfoById(availableNodes, outputVarNodeId)?.data
if (node) {
return {
...node,
id: outputVarNodeId,
}
}
}, [value, hasValue, isConstant, isIterationVar, iterationNode, availableNodes, outputVarNodeId, startNode, isLoopVar, loopNode])
const isShowAPart = (value as ValueSelector).length > 2

Loading…
Cancel
Save