little fix
This commit is contained in:
parent
2c7394c4a3
commit
a318d7a272
1 changed files with 1 additions and 1 deletions
|
@ -200,4 +200,4 @@ eid("url-input-area").addEventListener("keyup", (event) => {
|
||||||
if (event.key === 'Enter') {
|
if (event.key === 'Enter') {
|
||||||
eid("download-button").click();
|
eid("download-button").click();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue