lint fix
This commit is contained in:
parent
c65c08432a
commit
01bc382e9d
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export const Stack = (props) => {
|
||||||
const transforms = setTransforms()
|
const transforms = setTransforms()
|
||||||
|
|
||||||
// apply the transforms to the bounding box to get the new extents of the stack
|
// apply the transforms to the bounding box to get the new extents of the stack
|
||||||
const { tl, br } = getTransformedBounds(stack, [transforms])
|
const { tl, br } = getTransformedBounds(stack, transforms)
|
||||||
|
|
||||||
// update it on the draft component
|
// update it on the draft component
|
||||||
props.updateLayout(
|
props.updateLayout(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue