diff --git a/src/views/components/common/List/List.tsx b/src/views/components/common/List/List.tsx index dce79d0d..0d02e4ff 100644 --- a/src/views/components/common/List/List.tsx +++ b/src/views/components/common/List/List.tsx @@ -27,7 +27,7 @@ function reorder(list, startIndex: number, endIndex: number) { } function getStyle({ provided, style, isDragging }) { - /*const combined = { + const combined = { ...style, ...provided.draggableProps.style }; @@ -38,8 +38,8 @@ function getStyle({ provided, style, isDragging }) { height: isDragging ? combined.height : combined.height - marginBottom, marginBottom }; - return withSpacing;*/ - return style; + return withSpacing; + //return style; } function Item({ provided, item, style, isDragging }) {