Skip to content

Commit 7f7cd60

Browse files
william-prstoenescu
authored andcommitted
fix(QUploader): Set uploading to false when abort upload (quasarframework#1944)
1 parent 84fca64 commit 7f7cd60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/uploader/QUploader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ export default {
507507
},
508508
abort () {
509509
this.xhrs.forEach(xhr => { xhr.abort() })
510+
this.uploading = false
510511
},
511512
reset () {
512513
this.abort()

0 commit comments

Comments
 (0)