little fix

This commit is contained in:
wukko 2022-08-05 00:09:41 +06:00
parent 2c7394c4a3
commit a318d7a272

View file

@ -200,4 +200,4 @@ eid("url-input-area").addEventListener("keyup", (event) => {
if (event.key === 'Enter') {
eid("download-button").click();
}
})
})