fix: chat-video 没有更新
This commit is contained in:
@@ -27,5 +27,6 @@ customElements.define('chat-video', class extends HTMLElement {
|
|||||||
|
|
||||||
this.video.onclick = (e) => e.stopPropagation()
|
this.video.onclick = (e) => e.stopPropagation()
|
||||||
this.shadowRoot!.appendChild(this.video)
|
this.shadowRoot!.appendChild(this.video)
|
||||||
|
this.update()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user