From afe2cc0dd38465b0f376563d550142eb30c29c8d Mon Sep 17 00:00:00 2001 From: Kavin Venkatachalam Date: Tue, 9 Apr 2024 13:21:03 +0530 Subject: [PATCH] Fixed issue on multiple component resize --- frontend/src/Editor/DragContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/DragContainer.jsx b/frontend/src/Editor/DragContainer.jsx index 8355f0a678..7a6d6ba9cd 100644 --- a/frontend/src/Editor/DragContainer.jsx +++ b/frontend/src/Editor/DragContainer.jsx @@ -433,7 +433,7 @@ export default function DragContainer({ // Adding the new updates to the macro task queue to unblock UI // setTimeout(() => { // }); - onResizeStop([newBoxs]); + onResizeStop(newBoxs); } else { events.forEach((ev) => { const currentWidget = boxes.find(({ id }) => {