Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
403 stars 96 forks source link

[Question] Multiple drops of single item #167

Open bjorn-hamers opened 1 year ago

bjorn-hamers commented 1 year ago

I'm dragging items from one dropzone to the other (List A en List B). With CopyItem I can copy the item so the item is still in the original (A) dropzone.

However I want to drop the same item a few times in the new list (List B) but that does not seem to work. Is this at all possible? I've tried the same logic with CopyItem or the Accepts parameter. To no avail.