mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 18:00:40 +00:00
added folder upload via Upload Folder button
This commit is contained in:
Vendored
+1
@@ -135,6 +135,7 @@ const Helpers = {
|
||||
this.$store.commit('ADD_FILES_TO_QUEUE', {
|
||||
folder_id: store.getters.currentFolder.id ? store.getters.currentFolder.id : '',
|
||||
file: item,
|
||||
path: '/' + item.webkitRelativePath
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user