fix: annoying autofocus when clicking on settings

This commit is contained in:
sjdonado
2025-09-05 07:39:57 +02:00
parent 5629dbefbc
commit ea5a90b7ea

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", autofocus: true,
<%= form.text_field :name, class: "input txt-large", autocomplete: "off", placeholder: "Name this account",
data: { action: "keydown.enter->form#submit" } %>
</label>