smooth-dnd icon indicating copy to clipboard operation
smooth-dnd copied to clipboard

to get Dropped Element

Open RF1705 opened this issue 3 years ago • 0 comments

    onDrop(dropResult) {
        const { removedIndex, addedIndex, payload, draggables } = dropResult;
        console.log(draggables[addedIndex]) // get Dropped Element
    }

RF1705 avatar Oct 22 '20 11:10 RF1705