mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix
This commit is contained in:
parent
cc84324c40
commit
36cb2b04c8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export const Container = ({
|
|||
);
|
||||
|
||||
const isWidgetInContainerDragging = useStore(
|
||||
(state) => state.containerChildrenMapping[id].includes(state.draggingComponentId),
|
||||
(state) => state.containerChildrenMapping?.[id]?.includes(state?.draggingComponentId),
|
||||
shallow
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue