diff --git a/COMETwebapp/Components/Shared/SortableList.razor.js b/COMETwebapp/Components/Shared/SortableList.razor.js index c8c0910a..4097c5f4 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) { - new Sortable(document.getElementById(id), { + const sortable = new Sortable(document.getElementById(id), { animation: 200, group: { name: group,