From e08d1b522c6a23017d3c2e2bd44860affbba2e6f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:45:31 +0000 Subject: [PATCH] Don't destroy sortable manually --- public/scripts/world-info.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index f0999de86..1f601d5b8 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -1986,11 +1986,6 @@ function clearEntryList() { $elem.remove(); }); - // Destroy Sortable - if ($list.sortable('instance')) { - $list.sortable('destroy'); - } - const totalElementsOfAnyKindLeftInList = $list.children().length; // Final cleanup