values refactored backward

This commit is contained in:
arpitnath 2021-09-21 11:44:29 +05:30
parent bd580338e5
commit 1ea0709efd

View file

@ -220,7 +220,7 @@ export const Container = ({
...boxes[id]['layouts'],
[currentLayout]: {
...boxes[id]['layouts'][currentLayout],
width: width, height: height, top, left
width, height, top, left
}
}
}