ractivejs / Ractive-decorators-sortable

Drag and drop items to sort them
http://ractivejs.github.io/Ractive-decorators-sortable/
MIT License
15 stars 21 forks source link

Sortable is sorting when any element is dragged over #1

Open skeptic35 opened 10 years ago

skeptic35 commented 10 years ago

The dragenterHandler checks whether targetArray and sourceArray are identical but sourceArray is not reset on drop. So after the sortable has been used the first time it will react to any dragenter. I'll submit a pull request soon.