Revert "feature: auto-focus main input field on desktop"

This reverts commit c9c004a3fb.
This commit is contained in:
Josiah 2024-06-06 13:58:31 -07:00
parent c9c004a3fb
commit 9e0bae4f94

View File

@ -666,10 +666,6 @@ 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);