Fix getAvailableWidthsTwoLines when overlapping on the right
This commit is contained in:
parent
5d3d6240b3
commit
24683a7b58
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ function getAvailableWidthsTwoLines(
|
|||
// object 2 is partially overlapping on the right
|
||||
return [
|
||||
{
|
||||
x: rectLeft,
|
||||
x: unalloctedSpaceLeft,
|
||||
width: rectRight - unalloctedSpaceLeft
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue