Fix styling and run only two uploads in parallel

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-04-04 21:36:41 +02:00
parent 22fb70f957
commit 396a5c395f
5 changed files with 62 additions and 27 deletions

View File

@@ -108,7 +108,7 @@ export default {
return
}
const files = event.dataTransfer.files
for (let file of files) {
for (const file of files) {
this.onLocalAttachmentSelected(file)
}
event.dataTransfer.value = ''