Add block shutdown hendel

This commit is contained in:
2022-04-24 13:24:55 +08:00
parent 56151c9e75
commit 87ed157340
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -172,6 +172,8 @@ class Status extends Emitter<IStatusEvent> {
this.emit("fileChange");
}
}
// 设置文件修改状态
this.on("objectChange", handelFileChange);
this.on("behaviorChange", handelFileChange);
this.on("labelChange", handelFileChange);