mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +00:00
fix uploading
This commit is contained in:
@@ -127,6 +127,7 @@ export class UploadingTask extends Listenable {
|
|||||||
this.errorMessage = null;
|
this.errorMessage = null;
|
||||||
this.status = UploadingStatus.UPLOADING;
|
this.status = UploadingStatus.UPLOADING;
|
||||||
this.notifyListeners();
|
this.notifyListeners();
|
||||||
|
this.uploadingBlocks = [];
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
this.upload(),
|
this.upload(),
|
||||||
this.upload(),
|
this.upload(),
|
||||||
|
|||||||
Reference in New Issue
Block a user