use the filenames instead of indexes on delete
This commit is contained in:
@@ -60,7 +60,11 @@
|
||||
|
||||
list = list;
|
||||
|
||||
dispatch("sort", list);
|
||||
dispatch("sort", {
|
||||
oldIndex: start,
|
||||
newIndex: target,
|
||||
list: list,
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user