diff --git a/app/views/comments/edit.html.erb b/app/views/comments/edit.html.erb index 6138d5f22..015162a2e 100644 --- a/app/views/comments/edit.html.erb +++ b/app/views/comments/edit.html.erb @@ -1,5 +1,5 @@ <%= turbo_frame_tag dom_id(@comment) do %> -
+
<%= form_with model: [@bubble.bucket, @bubble, @comment], class: "flex flex-column gap full-width", data: { controller: "form", action: "keydown.ctrl+enter->form#submit:prevent keydown.meta+enter->form#submit:prevent keydown.esc->form#cancel:stop" } do |form| %> <%= form.markdown_area :body, class: "input comment__input", required: true, autofocus: true %>