Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Visual Representation After Transferring All Items Between Groups #1244

Open
shestakov2103 opened this issue May 7, 2024 · 0 comments

Comments

@shestakov2103
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant