mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-08-03 21:23:09 +00:00
fix: drag-and-drop folder upload
This commit is contained in:
parent
9734f707f0
commit
e677c78471
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ export function handleFiles(files, base, overwrite = false) {
|
|||
path,
|
||||
file,
|
||||
overwrite,
|
||||
type: detectType(file.type),
|
||||
...(!file.isDir && { type: detectType(file.type) })
|
||||
};
|
||||
|
||||
store.dispatch("upload/upload", item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue