框架同步

This commit is contained in:
Yuan 2023-10-23 16:44:41 +08:00
parent ce239b7257
commit 6a6331f006
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 023c84c4ccf7f38e477253e1b49856bfb50aca18
Subproject commit 460a6237e3095df4f7f666d4415f84abddc416e3

View File

@ -636,6 +636,9 @@ abstract class GraphicSceneBase
this.on('graphicselectedchange', () => {
this.debounceEmitFunc(this);
});
// 发布选项更新事件
this.emit('options-update', this._options);
}
abstract get app(): GraphicApp;