aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index bcb3e35..bd2407f 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -2517,6 +2517,8 @@ class Viewport {
return
}
} else if (this.textnow !== this.chatmsg.content) {
+ const chatContainerBox = document.getElementById('client_chatcontainer');
+ chatContainerBox.style.opacity = '1';
await this.handleTextTick(charLayers)
}
}