diff --git a/client/ui/custom-elements/chat-file.ts b/client/ui/custom-elements/chat-file.ts index 41e8da9..3cb7ec9 100644 --- a/client/ui/custom-elements/chat-file.ts +++ b/client/ui/custom-elements/chat-file.ts @@ -19,7 +19,6 @@ customElements.define('chat-file', class extends HTMLElement { $(e).attr('download', href) e.style.textDecoration = 'none' e.style.color = 'inherit' - // deno-lint-ignore no-window e.onclick = (e) => { e.stopPropagation() }