Rebuild commond bar component

This commit is contained in:
2022-04-26 16:42:02 +08:00
parent ec3aaa5e3a
commit 23ebbeb120
6 changed files with 133 additions and 90 deletions
+1
View File
@@ -266,6 +266,7 @@ class Archive extends Emitter<IArchiveEvent> {
this.fileName = name;
this.isSaved = true;
this.isNewFile = false;
this.fileUrl = url;
this.emit("fileSave", this);
};