Fix file picker

This commit is contained in:
2023-03-22 00:23:17 +01:00
parent 236e282777
commit 7fb34666b0

View File

@@ -18,7 +18,6 @@ const add_files = async files => {
list_files.push(f)
})
list.files = list_files // Update the view (and play animation)
dispatch("update_list", list_files)
}