feat: seperation of concerns for gesture value editor, adjusting output of nodes, integration testing, css file changes, and probably much more.
ref: N25B-412
This commit is contained in:
@@ -102,7 +102,7 @@ export function NormReduce(node: Node, nodes: Node[]) {
|
||||
const conditionNode = nodes.find((node) => node.id === data.condition);
|
||||
// In case something went wrong, and our condition doesn't actually exist;
|
||||
if (conditionNode == undefined) return result;
|
||||
result["belief"] = reducer(conditionNode, nodes)
|
||||
result["condition"] = reducer(conditionNode, nodes)
|
||||
}
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user