Merge branch 'master' of git.code.tencent.com:xian-ncc-da/xian-ncc-da-client

This commit is contained in:
Yuan 2023-06-30 13:49:04 +08:00
commit 08a8e332d2

View File

@ -38,9 +38,13 @@ export class Separator extends JlGraphic {
get datas(): ISeparatorData {
return this.getDatas<ISeparatorData>();
}
clear() {
this.rectGraphic.clear();
this.circleGraphic.clear();
}
doRepaint(): void {
this.clear();
const rectGraphic = this.rectGraphic;
rectGraphic.clear();
if (!this.datas.separatorType) {
this.datas.separatorType = separatorTypeEnum.endA;
}