Fixed selecting component onDrop

This commit is contained in:
Kavin Venkatachalam 2024-04-08 11:57:41 +05:30
parent 7a233daa7b
commit e390c67bbd

View file

@ -279,10 +279,6 @@ export const Container = ({
appDefinitionChanged(newDefinition, opts);
}
return () => {
firstUpdate.current = true;
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [boxes]);