Update.
This commit is contained in:
parent
539fb262b2
commit
1c873b7d02
src/snek/static
@ -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();
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user