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 encountering an issue while utilizing this drag and drop library in my Vue demo project. I have observed that the 'addedIndex' parameter is evaluating incorrectly in certain cases.
Drag more than two elements from container 1 to container 2.
Observe the logged 'addedIndex', initial behavior is as expected .
Delete all items from container 2.
Add one element from container 1 to container 2 again.
Notice that the 'addedIndex' logged in the console is being recorded as '1' instead of '0' for the first element.
Additionally, the 'addedIndex' is observed as '2' for the first element if more than four items (i think) were initially added, deleted, and then re-added.
The text was updated successfully, but these errors were encountered:
I am encountering an issue while utilizing this drag and drop library in my Vue demo project. I have observed that the 'addedIndex' parameter is evaluating incorrectly in certain cases.
Here is the code snippet
Steps to Reproduce:
Drag more than two elements from container 1 to container 2.
Observe the logged 'addedIndex', initial behavior is as expected .
Delete all items from container 2.
Add one element from container 1 to container 2 again.
Notice that the 'addedIndex' logged in the console is being recorded as '1' instead of '0' for the first element.
Additionally, the 'addedIndex' is observed as '2' for the first element if more than four items (i think) were initially added, deleted, and then re-added.
The text was updated successfully, but these errors were encountered: