chore: remove unused imports/variables
This commit is contained in:
@@ -679,7 +679,7 @@ window.onload = () => {
|
||||
}
|
||||
}
|
||||
|
||||
eid("url-input-area").addEventListener("keydown", (e) => {
|
||||
eid("url-input-area").addEventListener("keydown", () => {
|
||||
button();
|
||||
})
|
||||
eid("url-input-area").addEventListener("keyup", (e) => {
|
||||
|
||||
Reference in New Issue
Block a user