Sortable
Sortable copied to clipboard
[bug] MultiDrag - selectedClass and ghostClass with same class
Describe the bug
With MultiDrag activated and using selectedClass and ghostClass with same class.
At the end of the sort,
the first item looses his selectedClass class, but it is still movable with the others.

To Reproduce
Steps to reproduce the behavior:
- Use
selectedClassandghostClasswith same class - Select 2+ item
- Change position
- First element is not with the select class
Expected behavior
First item should still be with the selected class.
Information
sortablejs = ^1.15.0
Reproduction
jsbin: https://jsbin.com/hojayus/1/edit?html,css,js,output