I found a little bug, when you have two lists and use a footer.
GIVEN
- two lists, a source list and a target list
- target list has a #footer
- target list is empty
- there are items in the source list
WHEN
- you drag one item, the first item, from the source to the target list
- drag it over to the target list
- but do not drop it yet
THEN
- the drop target is shown below the #footer element in the target list.
(After dopping the dragged element, it's sorted in correctly above the footer.)
How to reproduce
The bug can be tested in your own demo page: https://sortablejs.github.io/vue.draggable.next/#/two-list-headerslots
KUDOs
I just love vue-draggable-next Thank you for this great library! Please keep up the good work
I found a little bug, when you have two lists and use a footer.
GIVEN
WHEN
THEN
(After dopping the dragged element, it's sorted in correctly above the footer.)
How to reproduce
The bug can be tested in your own demo page: https://sortablejs.github.io/vue.draggable.next/#/two-list-headerslots
KUDOs
I just love vue-draggable-next Thank you for this great library! Please keep up the good work