框架同步
This commit is contained in:
parent
ce239b7257
commit
6a6331f006
@ -1 +1 @@
|
||||
Subproject commit 023c84c4ccf7f38e477253e1b49856bfb50aca18
|
||||
Subproject commit 460a6237e3095df4f7f666d4415f84abddc416e3
|
@ -636,6 +636,9 @@ abstract class GraphicSceneBase
|
||||
this.on('graphicselectedchange', () => {
|
||||
this.debounceEmitFunc(this);
|
||||
});
|
||||
|
||||
// 发布选项更新事件
|
||||
this.emit('options-update', this._options);
|
||||
}
|
||||
abstract get app(): GraphicApp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user