1
0
mirror of synced 2026-03-24 03:38:34 +08:00

feat(stage): 新增清除高亮方法

This commit is contained in:
roymondchen
2023-07-07 16:40:34 +08:00
parent 476b1d4ecb
commit ee3ad63aa3

View File

@@ -125,6 +125,10 @@ export default class StageCore extends EventEmitter {
this.actionManager.highlight(idOrEl);
}
public clearHighlight(): void {
this.actionManager.clearHighlight();
}
/**
* 更新组件
* @param data 更新组件的数据