Optmize file load func

This commit is contained in:
2022-06-02 10:57:11 +08:00
parent 3e6bef2ee7
commit a13e1a3ec0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -183,6 +183,8 @@ class Status extends Emitter<IStatusEvent> {
this.setFocusObject(new Set());
this.setLabelObject();
this.setClipObject();
this.actuator.endPlay();
this.actuator.start(false);
// 映射
this.emit("fileLoad");