diff --git a/client/ui/custom-elements/chat-video.ts b/client/ui/custom-elements/chat-video.ts index be2a808..01f4c9c 100644 --- a/client/ui/custom-elements/chat-video.ts +++ b/client/ui/custom-elements/chat-video.ts @@ -27,5 +27,6 @@ customElements.define('chat-video', class extends HTMLElement { this.video.onclick = (e) => e.stopPropagation() this.shadowRoot!.appendChild(this.video) + this.update() } })