diff --git a/COMETwebapp/Components/Shared/SortableList.razor.js b/COMETwebapp/Components/Shared/SortableList.razor.js index 4097c5f4..de0893cd 100644 --- a/COMETwebapp/Components/Shared/SortableList.razor.js +++ b/COMETwebapp/Components/Shared/SortableList.razor.js @@ -11,7 +11,7 @@ * @param {any} forceFallback */ export function init(id, group, pull, put, sort, handle, filter, component, forceFallback) { - const sortable = new Sortable(document.getElementById(id), { + Sortable.create(document.getElementById(id), { animation: 200, group: { name: group,