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