Fixed position of handle in subblock

This commit is contained in:
Emir Karabeg
2025-02-04 19:33:40 -08:00
parent 22e695eec1
commit e75dca43a3
@@ -68,7 +68,7 @@ export function WorkflowBlock({
positions.push({
id: block.id,
// Move handle 25px up from the bottom
top: subBlockRect.bottom - blockRect.top - 25,
top: subBlockRect.bottom - blockRect.top,
})
}
})