Don't destroy sortable manually

e08d1b522c6a23017d3c2e2bd44860affbba2e6f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -5Showing whitespace changes
public/scripts/world-info.js+0 -5
@@ -1986,11 +1986,6 @@ function clearEntryList() {
1986 $elem.remove();1986 $elem.remove();
1987 });1987 });
19881988
1989 // Destroy Sortable
1990 if ($list.sortable('instance')) {
1991 $list.sortable('destroy');
1992 }
1993
1994 const totalElementsOfAnyKindLeftInList = $list.children().length;1989 const totalElementsOfAnyKindLeftInList = $list.children().length;
19951990
1996 // Final cleanup1991 // Final cleanup