mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +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