mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixed selecting component onDrop
This commit is contained in:
parent
7a233daa7b
commit
e390c67bbd
1 changed files with 0 additions and 4 deletions
|
|
@ -279,10 +279,6 @@ export const Container = ({
|
|||
appDefinitionChanged(newDefinition, opts);
|
||||
}
|
||||
|
||||
return () => {
|
||||
firstUpdate.current = true;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [boxes]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue