rhwilr/vue-nestable

Unable to insert item from a different list as last item

fieteboerner opened this issue · 0 comments

description

At the moment it is not possible to drag a list item from one list to another at the end of the target list.
It is possible by dragging it over the last item (so the ghost is above the last item) and then drag it below the last item so the order changes.

Bildschirmaufnahme.2022-03-10.um.14.50.07.mov

This seems to be a minor issue in the shown example, but if the items are larger in height it feels unnatural to use.

Bildschirmaufnahme.2022-03-10.um.15.06.16.mov

expected

Allow to drag an item from one list and place it at the end of the target list without hover above an existing item and then dragging it below the last one.
It would be fine if I need to add a bottom Padding to the root ol.nested-list to create an area to track mouse events.