fix: revert "rename to course block and fix line height for styling"

This reverts commit 77a1d67af3.
This commit is contained in:
knownotunknown
2024-02-02 19:59:52 -06:00
committed by doprz
parent e6b4049403
commit 0273a23913

View File

@@ -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 }) {