Set the min resizing to gridWidth

This commit is contained in:
Kavin Venkatachalam 2023-12-22 11:29:54 +05:30
parent d7fb6f3b2f
commit 4ab5a0d425

View file

@ -349,6 +349,7 @@ export default function DragContainer({
}
}}
onResizeStart={(e) => {
e.setMin([gridWidth, 10]);
if (currentLayout === 'mobile' && autoComputeLayout) {
turnOffAutoLayout();
return false;