auto-focus download code input
This commit is contained in:
parent
9d87934cf4
commit
6ceb79374a
|
@ -22,4 +22,5 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
downloadCodeInput.focus();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue