vue-draggable
vue-draggable copied to clipboard
retain selection after being dropped
Describe the bug After dropping the items, the aria-grabbed is set to false. In cases where i want to drag the same items into two different zone, I will have to re select the items and then drop to different dropzone.
To Reproduce go to the demot: https://vivify-ideas.github.io/vue-draggable/example/
- select one or more items,
- drop them into different container,
- the selection is cleared.
Expected behavior The selection should not be cleared.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.