feat: organize button adds organization of nodes inside iteration/loop nodes (#17068)
This commit is contained in:
@@ -416,6 +416,10 @@ export const LOOP_PADDING = {
|
||||
left: 16,
|
||||
}
|
||||
|
||||
export const NODE_LAYOUT_HORIZONTAL_PADDING = 60
|
||||
export const NODE_LAYOUT_VERTICAL_PADDING = 60
|
||||
export const NODE_LAYOUT_MIN_DISTANCE = 100
|
||||
|
||||
let maxParallelLimit = 10
|
||||
|
||||
if (process.env.NEXT_PUBLIC_MAX_PARALLEL_LIMIT && process.env.NEXT_PUBLIC_MAX_PARALLEL_LIMIT !== '')
|
||||
|
Reference in New Issue
Block a user