Skip to content

Commit

Permalink
chore: dragging property
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Apr 2, 2024
1 parent 215c038 commit e94a494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const useDndRenderItem = (sortable: boolean | undefined) => {
{...provided.draggableProps}
{...provided.dragHandleProps}
ref={provided.innerRef}
active={snapshot.isDragging}
dragging={snapshot.isDragging}
/>
);

Expand Down

0 comments on commit e94a494

Please sign in to comment.