fix: replace vue.draggable.next with zhyswan-draggable
Reason: Author doesn't maintain vue port anymore. See: https://github.com/SortableJS/vue.draggable.next/issues/140#issuecomment-1123622724=
This commit is contained in:
@ -146,7 +146,7 @@ import Nothing from '@/components/misc/nothing.vue'
|
||||
import Pagination from '@/components/misc/pagination.vue'
|
||||
import {ALPHABETICAL_SORT} from '@/components/list/partials/filters.vue'
|
||||
|
||||
import draggable from 'vuedraggable'
|
||||
import draggable from 'zhyswan-vuedraggable'
|
||||
import {calculateItemPosition} from '../../helpers/calculateItemPosition'
|
||||
|
||||
function sortTasks(tasks) {
|
||||
|
Reference in New Issue
Block a user