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