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