Skip to content
Snippets Groups Projects
Commit 7d99536c authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Fixed timing for multiple upload

parent 2b185014
Branches
No related tags found
1 merge request!1Filehandling overwrite dialog
Pipeline #12533 passed
...@@ -404,8 +404,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -404,8 +404,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
console.log("try finished"); console.log("try finished");
console.log("after one file finished"); console.log("after one file finished");
that.fileList.shift(); that.fileList.shift();
console.log("FileList: ", this.fileList); console.log("FileList: ", that.fileList);
this.uploadFile(directory); that.uploadFile(directory);
}).catch(error => { }).catch(error => {
console.error(error.message); console.error(error.message);
//this.loading = false; //this.loading = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment