Commit 1ef5bb4
shuzarevich
fix(flow): correct padding tuple order for child bounding
Use [left, top, right, bottom] destructuring in FitToChildNodesAndGroups._calculateChildrenBounding to match expected edge order and avoid incorrect bounds expansion.1 parent 454a323 commit 1ef5bb4
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- projects/f-flow/src/domain/f-node/fit-to-child-nodes-and-groups
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments