mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Set the min resizing to gridWidth
This commit is contained in:
parent
d7fb6f3b2f
commit
4ab5a0d425
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ export default function DragContainer({
|
|||
}
|
||||
}}
|
||||
onResizeStart={(e) => {
|
||||
e.setMin([gridWidth, 10]);
|
||||
if (currentLayout === 'mobile' && autoComputeLayout) {
|
||||
turnOffAutoLayout();
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue