From 5e5436b02ca2d53c9b8ea9f357a3ffabff74fe0b Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Fri, 24 Oct 2025 20:31:49 +0800 Subject: [PATCH] chore: make lint happy --- client/ui/custom-elements/chat-file.ts | 1 - 1 file changed, 1 deletion(-) 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() }