use the filenames instead of indexes on delete

This commit is contained in:
Gani Georgiev
2023-05-17 23:17:45 +03:00
parent 04e0ad9b21
commit df5a291d20
32 changed files with 121 additions and 118 deletions
+5 -1
View File
@@ -60,7 +60,11 @@
list = list;
dispatch("sort", list);
dispatch("sort", {
oldIndex: start,
newIndex: target,
list: list,
});
}
</script>