Revert "fix: annoying autofocus when clicking on settings"

This reverts commit ea5a90b7ea.
This commit is contained in:
sjdonado
2025-09-05 10:03:45 +02:00
parent ea5a90b7ea
commit 64a20278ad
+1 -1
View File
@@ -54,7 +54,7 @@
<%= translation_button(:account_name) %>
<label class="flex align-center gap flex-item-grow">
<%= form.text_field :name, class: "input txt-large", autocomplete: "off", placeholder: "Name this account",
<%= form.text_field :name, class: "input txt-large", autocomplete: "off", placeholder: "Name this account", autofocus: true,
data: { action: "keydown.enter->form#submit" } %>
</label>