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 }) => {