Fix styling and run only two uploads in parallel
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user