fix: keep partially uploaded files

Do not delete a partially uploaded file when closing the upload page

fixes #5078, #4432
This commit is contained in:
kukhariev 2022-08-31 19:11:18 +03:00 committed by Chocobozzz
parent f2a16d93b4
commit 9d84ac5ec1
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
}
ngOnDestroy () {
this.cancelUpload()
this.resumableUploadService.disconnect();
}
canDeactivate () {