Answer the question
In order to leave comments, you need to log in
How to make element draggable in react-beautiful-dnd?
I'm using react-beautiful
-
dnd
<li
ref={provided.innerRef}
{...provided.draggableProps}
{...provided.dragHandleProps}
className={'todos_block-todo'}
>
<div onClick={ Что тут прописать чтобы элемент li сделать draggable? } />
</li>;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question