fix uploading

This commit is contained in:
2025-05-16 16:14:24 +02:00
parent c113d33671
commit 1c79b6a0a3

View File

@@ -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(),