Postlagerkarte / blazor-dragdrop

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

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

Open dssagar93 opened 1 year ago

dssagar93 commented 1 year ago

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.