reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
307 stars 120 forks source link

Connecting two different DnDModule #142

Closed puranjayjain closed 1 year ago

puranjayjain commented 1 year ago

Is your feature request related to a problem? Please describe. I am using the module in two different modules. When I try to drag an item from one DndModule to another the dropzone recognizes it but the dndDragoverClass doesn't get applied.

Describe the solution you'd like Ability to connect the two or multiple of them.

Describe alternatives you've considered Can we also have dropcancelled, dropended and other drop events on the drop zone? Or is there a way I don't know how to implement them

puranjayjain commented 1 year ago

Although the custom class doesn't get applied but the default class does and it fixes my current problem so closing it. Although this is still a bug which can be fixed in an MR later