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 && (