Sortable
Sortable copied to clipboard
[bug] draggable and handle/filter options make sort function disorderly
Describe the bug
To Reproduce Steps to reproduce the behavior:
- use draggable and handle/filter options to control the moveable items
- use sort function to sort the items
- the sort item become disorderly and unsystematic
Expected behavior use sort function and then the items can be ordered arrangement
Information
Versions - Look in your package.json for this information:
sortablejs = 1.14.0
Reproduction codesandbox: https://codesandbox.io/s/charming-mccarthy-xrp0n?file=/src/App.vue