mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-10 08:30:51 +02:00
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