Merging dev into main #49
@@ -70,7 +70,7 @@ export default function TriggerNode(props: NodeProps<TriggerNode>) {
|
||||
* @param node The Node Properties of this node.
|
||||
* @param nodes all the nodes in the graph.
|
||||
*/
|
||||
export function TriggerReduce(node: TriggerNode, nodes: Node[]) {
|
||||
export function TriggerReduce(node: Node, nodes: Node[]) {
|
||||
// Replace this for nodes functionality
|
||||
if (nodes.length <= -1) {
|
||||
console.warn("Impossible nodes length in TriggerReduce")
|
||||
|
||||
Reference in New Issue
Block a user