You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: