chore: make lint happy

This commit is contained in:
CrescentLeaf
2025-10-24 20:31:49 +08:00
parent 72016c5da1
commit 5e5436b02c

View File

@@ -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()
}