fix(core): Return property names that are consistent with API
This commit is contained in:
parent
05fd153237
commit
1e4a064043
3 changed files with 11 additions and 9 deletions
|
@ -936,7 +936,7 @@ export function getTransformedBounds(boundsObj, transforms = false) {
|
|||
)
|
||||
|
||||
return {
|
||||
tl: transformedTl,
|
||||
br: transformedBr,
|
||||
topLeft: transformedTl,
|
||||
bottomRight: transformedBr,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue