mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
Fixed position of handle in subblock
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user