auto-focus download code input

main
xenofem 2022-05-03 18:33:48 -04:00
parent 9d87934cf4
commit 6ceb79374a
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ document.addEventListener('DOMContentLoaded', () => {
}, 0);
}
});
downloadCodeInput.focus();
});