mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: drag-and-drop folder upload
This commit is contained in:
parent
9734f707f0
commit
e677c78471
@ -129,7 +129,7 @@ export function handleFiles(files, base, overwrite = false) {
|
|||||||
path,
|
path,
|
||||||
file,
|
file,
|
||||||
overwrite,
|
overwrite,
|
||||||
type: detectType(file.type),
|
...(!file.isDir && { type: detectType(file.type) })
|
||||||
};
|
};
|
||||||
|
|
||||||
store.dispatch("upload/upload", item);
|
store.dispatch("upload/upload", item);
|
||||||
|
Loading…
Reference in New Issue
Block a user