Don't destroy sortable manually
| @@ -1986,11 +1986,6 @@ function clearEntryList() { | ||
| 1986 | 1986 | $elem.remove(); |
| 1987 | 1987 | }); |
| 1988 | 1988 | |
| 1989 | - // Destroy Sortable | |
| 1990 | - if ($list.sortable('instance')) { | |
| 1991 | - $list.sortable('destroy'); | |
| 1992 | - } | |
| 1993 | - | |
| 1994 | 1989 | const totalElementsOfAnyKindLeftInList = $list.children().length; |
| 1995 | 1990 | |
| 1996 | 1991 | // Final cleanup |