1
0
Fork 0
This commit is contained in:
Enoch Riese 2023-04-28 16:00:05 -04:00
parent c65c08432a
commit 01bc382e9d

View file

@ -180,7 +180,7 @@ export const Stack = (props) => {
const transforms = setTransforms()
// 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
props.updateLayout(