From 1ea0709efdd00ae7510f1603c30f5f96e9005c61 Mon Sep 17 00:00:00 2001 From: arpitnath Date: Tue, 21 Sep 2021 11:44:29 +0530 Subject: [PATCH] values refactored backward --- frontend/src/Editor/Container.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index ce1d8ac966..c8a9293251 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -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 } } }