Skip to content

Commit

Permalink
fix: keep partially uploaded files
Browse files Browse the repository at this point in the history
Do not delete a partially uploaded file when closing the upload page

fixes #5078, #4432
  • Loading branch information
kukhariev authored and Chocobozzz committed Sep 28, 2022
1 parent f2a16d9 commit 9d84ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
}

ngOnDestroy () {
this.cancelUpload()
this.resumableUploadService.disconnect();
}

canDeactivate () {
Expand Down

0 comments on commit 9d84ac5

Please sign in to comment.