https://codesandbox.io/p/devbox/sortable-98v3lk
I am currently experiencing an issue with the VueDraggableNext component, where visually, one item appears to persist in its original group after all items have been dragged to another group. Although the underlying data model updates correctly (i.e., the data reflects that all items have been moved), the DOM does not update accordingly, leaving a visual artifact of the last moved item in the original group.
Steps to Reproduce:
Drag all items from one group to the other.
While the data model correctly reflects all items as being part of the new group, one element remains visually in the old group.
The task is to create a wrapper component, the content is transmitted through the slot.
I tried to specify different indexes, different versions of the library – but there was no result.
Vadim Shestakov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.