Skip to content

Commit 371529a

Browse files
committed
sum maxconnections to -1
1 parent 84ca079 commit 371529a

File tree

1 file changed

+1
-0
lines changed
  • libs/web-flow-executor/src/nodes

1 file changed

+1
-0
lines changed

libs/web-flow-executor/src/nodes/sum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export const getSum: NodeTaskFactory<NodeInfo> = (
114114
color: 'white',
115115
thumbConstraint: 'value',
116116
name: 'output',
117+
maxConnections: -1,
117118
},
118119
{
119120
thumbType: ThumbType.EndConnectorCenter,

0 commit comments

Comments
 (0)