From 9e0bae4f94ca202a693f4441b52e17c603918d43 Mon Sep 17 00:00:00 2001 From: Josiah <139285660+Jojobinx17@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:58:31 -0700 Subject: [PATCH] Revert "feature: auto-focus main input field on desktop" This reverts commit c9c004a3fbe4caf32017150c4c63d4ee7b231ad3. --- src/front/cobalt.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 5e8e4fb7..0c89dec2 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -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);