fix: chat-video 没有更新

This commit is contained in:
CrescentLeaf
2025-11-09 16:03:29 +08:00
parent 19b2fce904
commit b46449a6e4

View File

@@ -27,5 +27,6 @@ customElements.define('chat-video', class extends HTMLElement {
this.video.onclick = (e) => e.stopPropagation()
this.shadowRoot!.appendChild(this.video)
this.update()
}
})