@flexem/fc-gui 3.0.0-alpha.151 → 3.0.0-alpha.152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35936,7 +35936,7 @@ class character_display_element_CharacterDisplayElement extends readable_element
|
|
|
35936
35936
|
}
|
|
35937
35937
|
changeStates() {
|
|
35938
35938
|
super.changeStates();
|
|
35939
|
-
if (this.state === _tmp_model["State"].Normal || this.state === _tmp_model["State"].Disable) {
|
|
35939
|
+
if (this.state === _tmp_model["State"].Normal || this.state === _tmp_model["State"].Disable || this.state === _tmp_model["State"].Offline) {
|
|
35940
35940
|
this.updateDisplayValue(this.displayValue);
|
|
35941
35941
|
}
|
|
35942
35942
|
else {
|