feat: grabbing cursor for deals dnd
This commit is contained in:
@ -207,7 +207,9 @@ const StatusColumnsDnd: FC<Props> = props => {
|
|||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
<DragOverlay dropAnimation={defaultDropAnimation}>
|
<DragOverlay dropAnimation={defaultDropAnimation}>
|
||||||
{activeDeal ? <DealCard deal={activeDeal} /> : null}
|
<div style={{ cursor: "grabbing" }}>
|
||||||
|
{activeDeal ? <DealCard deal={activeDeal} /> : null}
|
||||||
|
</div>
|
||||||
</DragOverlay>
|
</DragOverlay>
|
||||||
</Group>
|
</Group>
|
||||||
</DndContext>
|
</DndContext>
|
||||||
|
|||||||
Reference in New Issue
Block a user