드랍 애니메이션 제거
This commit is contained in:
parent
4ed663804d
commit
9090e9f7f4
|
|
@ -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">
|
||||
{(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue