Don't destroy sortable manually

This commit is contained in:
Cohee
2025-06-05 08:45:31 +00:00
parent 62fdce8cad
commit e08d1b522c

View File

@@ -1986,11 +1986,6 @@ function clearEntryList() {
$elem.remove();
});
// Destroy Sortable
if ($list.sortable('instance')) {
$list.sortable('destroy');
}
const totalElementsOfAnyKindLeftInList = $list.children().length;
// Final cleanup