chore: make lint happy
This commit is contained in:
@@ -19,7 +19,6 @@ customElements.define('chat-file', class extends HTMLElement {
|
|||||||
$(e).attr('download', href)
|
$(e).attr('download', href)
|
||||||
e.style.textDecoration = 'none'
|
e.style.textDecoration = 'none'
|
||||||
e.style.color = 'inherit'
|
e.style.color = 'inherit'
|
||||||
// deno-lint-ignore no-window
|
|
||||||
e.onclick = (e) => {
|
e.onclick = (e) => {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user