mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 00:28:14 +00:00
fixed
This commit is contained in:
@@ -83,8 +83,6 @@ export class ChatDisplay extends LitElement implements Layer {
|
|||||||
| DisplayMessageUpdate[]
|
| DisplayMessageUpdate[]
|
||||||
| undefined;
|
| undefined;
|
||||||
|
|
||||||
console.log("message:", messages);
|
|
||||||
|
|
||||||
if (messages) {
|
if (messages) {
|
||||||
for (const msg of messages) {
|
for (const msg of messages) {
|
||||||
if (msg.messageType === MessageType.CHAT) {
|
if (msg.messageType === MessageType.CHAT) {
|
||||||
|
|||||||
@@ -244,6 +244,8 @@ export class ChatModal extends LitElement {
|
|||||||
this.selectedCategory = null;
|
this.selectedCategory = null;
|
||||||
this.requiresPlayerSelection = false;
|
this.requiresPlayerSelection = false;
|
||||||
this.close();
|
this.close();
|
||||||
|
|
||||||
|
this.requestUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
private onPlayerSearchInput(e: Event) {
|
private onPlayerSearchInput(e: Event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user