MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getMinimumHeight

Function getMinimumHeight

packages/ui/src/views/agentflowsv2/IterationNode.jsx:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 const getMinimumHeight = () => {
111 const outputCount = getOutputAnchors().length
112 // Use exactly 60px as minimum height
113 return Math.max(60, outputCount * 20 + 40)
114 }
115
116 const getBackgroundColor = () => {
117 if (customization.isDarkMode) {

Callers 1

IterationNodeFunction · 0.70

Calls 1

getOutputAnchorsFunction · 0.70

Tested by

no test coverage detected