문서뷰어기능구현
This commit is contained in:
@@ -64,7 +64,7 @@ export default function RowComponent({
|
||||
className={cn(
|
||||
"flex gap-4 rounded border border-gray-200 p-2",
|
||||
isSelected && "border-blue-500 bg-blue-50",
|
||||
isMoving && "cursor-move shadow-lg",
|
||||
isMoving && "cursor-move",
|
||||
className,
|
||||
)}
|
||||
style={style}
|
||||
|
||||
Reference in New Issue
Block a user