Fixed issue on multiple component resize

This commit is contained in:
Kavin Venkatachalam 2024-04-09 13:21:03 +05:30
parent 708c2e3a7d
commit afe2cc0dd3

View file

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