From 706c360f9664924b150f4ca6fb81fac019aa0bb2 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 10 May 2024 10:04:00 -0500 Subject: [PATCH] no compacting --- web/src/views/live/DraggableGridLayout.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/web/src/views/live/DraggableGridLayout.tsx b/web/src/views/live/DraggableGridLayout.tsx index 4996ae426..90e66865e 100644 --- a/web/src/views/live/DraggableGridLayout.tsx +++ b/web/src/views/live/DraggableGridLayout.tsx @@ -363,6 +363,7 @@ export default function DraggableGridLayout({ cols={{ lg: 12, md: 12, sm: 12, xs: 12, xxs: 12 }} margin={[marginValue, marginValue]} containerPadding={[0, isEditMode ? 6 : 3]} + compactType={null} resizeHandles={isEditMode ? ["sw", "nw", "se", "ne"] : []} onDragStop={handleLayoutChange} onResize={handleResize} @@ -415,15 +416,6 @@ export default function DraggableGridLayout({ ); })} - {/*
-
- -
-
*/} {isDesktop && (