diff --git a/app/views/commands/_form.html.erb b/app/views/commands/_form.html.erb index 49af1020e..50228b24f 100644 --- a/app/views/commands/_form.html.erb +++ b/app/views/commands/_form.html.erb @@ -13,7 +13,8 @@ class: "terminal__input input fill-transparent unpad", data: { commands_target: "input", - action: "keydown.up->toggle-class#add:prevent keydown.down->toggle-class#remove:prevent" + action: "keydown.up->toggle-class#add:prevent keydown.down->toggle-class#remove:prevent", + turbo_permanent: true }, placeholder: "Search or type commands…" %> <% end %>