드랍 애니메이션 제거

This commit is contained in:
hyeonsu 2025-09-03 17:23:09 +09:00
parent 4ed663804d
commit 9090e9f7f4
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export function CodeDetailPanel({ categoryCode }: CodeDetailPanelProps) {
</div>
</SortableContext>
<DragOverlay>
<DragOverlay dropAnimation={null}>
{dragAndDrop.activeItem ? (
<div className="cursor-grabbing rounded-lg border border-gray-300 bg-white p-3 shadow-lg">
{(() => {