blazor-dragdrop icon indicating copy to clipboard operation
blazor-dragdrop copied to clipboard

Stop drop if item belongs to another dynamically created dropzone of same type?

Open dssagar93 opened this issue 1 year ago • 0 comments

So I have 2 lists and each one of them have their own sublists. I have 2 Dropzone, nested, one inside another. Now, the problem here is that if the user moves an item from sublist of A to sublist of B, it's allowing it. Can I somehow stop it? The drag should be inside its own dropzone.

dssagar93 avatar Jul 07 '23 10:07 dssagar93