refactor: moved dnd part from Funnel into FunnelDnd
This commit is contained in:
@ -18,7 +18,7 @@ const dropAnimationConfig: DropAnimation = {
|
||||
export function SortableOverlay({ children }: PropsWithChildren) {
|
||||
return (
|
||||
<DragOverlay dropAnimation={dropAnimationConfig}>
|
||||
{children}
|
||||
<div style={{ cursor: "grabbing" }}>{children}</div>
|
||||
</DragOverlay>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user