feat: organize button adds organization of nodes inside iteration/loop nodes (#17068)

This commit is contained in:
诗浓
2025-03-31 15:17:17 +08:00
committed by GitHub
parent 7df36fe9f5
commit ac850e559f
3 changed files with 250 additions and 6 deletions

View File

@@ -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 !== '')