Implement anchor and fix bugs with rigid body #27
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ function getAvailableWidthsTwoLines(
|
||||||
// object 2 is partially overlapping on the right
|
// object 2 is partially overlapping on the right
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
x: rectLeft,
|
x: unalloctedSpaceLeft,
|
||||||
width: rectRight - unalloctedSpaceLeft
|
width: rectRight - unalloctedSpaceLeft
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue