mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-20 21:19:04 +09:00
fix: annoying autofocus when clicking on settings
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user