ember-drag-drop
ember-drag-drop copied to clipboard
Multi list sorting - Not able to drag and drop once list is empty
I need to sort multiple list in my application. I have tried this addon, but I am not able to drag and drop, once I have dragged and dropped all elements from one list to another.
Eg:- List 1
- Item 1
- Item 2
List 2
- Item 3
- Item 4
I have moved all items of List 2 to List 1,
List 1
- Item 1
- Item 2
- Item 3
- Item 4
List 2
After this I am not able to drag and drop items from List 1 to List 2. Is this some bug or any configuration required to drop to empty list. Please help.
Sorry yeah, bit of a known bug. I should have labeled the multiple container sort as a beta. It's not fully baked. It requires an item in a container at the moment. I need to add support for dropping on an empty container.
Is there a work around to get this to work?
Not that I'm aware of. It's going to need some updates to the addon to support it.
Hello, What is the status on this issue?
If a list is empty, it still doesn't allow a drop. An update is required to fix this.
Thanks for the reply. The function would save me, but I'll solve it differently. Unfortunately, I can not help you with this.
Hello, does anyone have a work around for this issue ?