문서뷰어기능구현
This commit is contained in:
@@ -64,7 +64,7 @@ export default function ContainerComponent({
|
||||
className={cn(
|
||||
"rounded-lg border-2 border-dashed border-gray-300 bg-gray-50 p-4",
|
||||
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