This commit is contained in:
retoor 2025-05-23 07:02:45 +02:00
parent 539fb262b2
commit 1c873b7d02
2 changed files with 2 additions and 2 deletions
src/snek/static

View File

@ -174,7 +174,7 @@ export class App extends EventHandler {
async forcePing(...arg) {
await this.rpc.ping(...args);
}
starField = null
constructor() {
super();
this.ws = new Socket();

View File

@ -43,7 +43,7 @@ class MessageList extends HTMLElement {
textElement.style.display = message.text == "" ? "none" : "block";
}
triggerGlow(uid,color) {
app.startField.glowColor(color)
app.starField.glowColor(color)
let lastElement = null;
this.querySelectorAll(".avatar").forEach((el) => {
const div = el.closest("a");