|
@@ -292,6 +292,9 @@ export class SEquipmentItem extends SObjectItem {
|
|
|
this.epData.InfoList.pop()
|
|
|
if (this.textArr.length) {
|
|
|
this.textArr[this.textArr.length - 1].text = '';
|
|
|
+ this.textArr[this.textArr.length - 1].width = 0;
|
|
|
+ this.textArr[this.textArr.length - 1].height = 0;
|
|
|
+ this.textArr[this.textArr.length - 1].backgroundColor = SColor.Transparent;
|
|
|
this.textArr.pop()
|
|
|
}
|
|
|
this.update()
|