the copy drag is a common case,
could you give any suggestion, how to implement based on current API?
thanks in advance ~
Just replace the placeholder of Draggable, to simulate the copy drag.
{provided.placeholder && <div className={styles.placeholder}>{item.name}</div>}
Most helpful comment
Just replace the placeholder of Draggable, to simulate the copy drag.
{provided.placeholder && <div className={styles.placeholder}>{item.name}</div>}