Add file load UI

This commit is contained in:
2022-04-25 21:32:50 +08:00
parent 8a272a9626
commit 0ab53c1800
11 changed files with 372 additions and 194 deletions
+5
View File
@@ -161,6 +161,11 @@ class Status extends Emitter<IStatusEvent> {
this.emit("labelChange");
this.emit("behaviorChange");
// 清除焦点对象
this.setBehaviorObject();
this.setFocusObject(new Set());
this.setLabelObject();
// 映射
this.emit("fileLoad");
});