mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge branch 'fixes/app-builder-perf' of https://github.com/ToolJet/ToolJet into fixes/app-builder-perf
This commit is contained in:
commit
77754c9f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export const SubContainer = ({
|
|||
setContainerCanvasWidth(canvasWidth);
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [parentRef, getContainerCanvasWidth(), listmode]);
|
||||
}, [parentRef, getContainerCanvasWidth(), listmode, parentComponent?.definition?.properties?.size?.value]); // Listen for changes to the modal size and update the subcontainer state with the new grid width.
|
||||
|
||||
zoomLevel = zoomLevel || 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue