Update.
This commit is contained in:
		
							parent
							
								
									539fb262b2
								
							
						
					
					
						commit
						1c873b7d02
					
				| @ -174,7 +174,7 @@ export class App extends EventHandler { | |||||||
|   async forcePing(...arg) { |   async forcePing(...arg) { | ||||||
|     await this.rpc.ping(...args); |     await this.rpc.ping(...args); | ||||||
|   } |   } | ||||||
| 
 |   starField = null | ||||||
|   constructor() { |   constructor() { | ||||||
|     super(); |     super(); | ||||||
|     this.ws = new Socket(); |     this.ws = new Socket(); | ||||||
|  | |||||||
| @ -43,7 +43,7 @@ class MessageList extends HTMLElement { | |||||||
|     textElement.style.display = message.text == "" ? "none" : "block"; |     textElement.style.display = message.text == "" ? "none" : "block"; | ||||||
|   } |   } | ||||||
|   triggerGlow(uid,color) { |   triggerGlow(uid,color) { | ||||||
|     app.startField.glowColor(color) |     app.starField.glowColor(color) | ||||||
|       let lastElement = null; |       let lastElement = null; | ||||||
|     this.querySelectorAll(".avatar").forEach((el) => { |     this.querySelectorAll(".avatar").forEach((el) => { | ||||||
|       const div = el.closest("a"); |       const div = el.closest("a"); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user