Skip to content

Commit

Permalink
fix(QUploader): Set uploading to false when abort upload (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-p authored and rstoenescu committed Apr 17, 2018
1 parent 84fca64 commit 7f7cd60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/uploader/QUploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ export default {
},
abort () {
this.xhrs.forEach(xhr => { xhr.abort() })
this.uploading = false
},
reset () {
this.abort()
Expand Down

0 comments on commit 7f7cd60

Please sign in to comment.