mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
Revert "feature: auto-focus main input field on desktop"
This reverts commit c9c004a3fb
.
This commit is contained in:
parent
c9c004a3fb
commit
9e0bae4f94
@ -666,10 +666,6 @@ 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