mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
automatically focus the url input field on page load
This commit is contained in:
parent
85bed9aa74
commit
db8fe88323
@ -666,6 +666,10 @@ window.onload = () => {
|
||||
}
|
||||
window.history.replaceState(null, '', window.location.pathname);
|
||||
|
||||
if (!isMobile) {
|
||||
eid("url-input-area").focus();
|
||||
}
|
||||
|
||||
// fix for animations not working in Safari
|
||||
if (isIOS) {
|
||||
document.addEventListener('touchstart', () => {}, true);
|
||||
|
Loading…
Reference in New Issue
Block a user