diff --git a/client/ui/custom-elements/chat-file.ts b/client/ui/custom-elements/chat-file.ts index 78f7625..41e8da9 100644 --- a/client/ui/custom-elements/chat-file.ts +++ b/client/ui/custom-elements/chat-file.ts @@ -5,12 +5,11 @@ customElements.define('chat-file', class extends HTMLElement { super() } connectedCallback() { - this.style.display = 'block' const e = new DOMParser().parseFromString(` - + `, 'text/html').body.firstChild as HTMLElement $(e).find('span').text($(this).attr("name"))