Skip to content

Commit

Permalink
fix: trix and action text improvements (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Jul 8, 2024
1 parent e10adfb commit 9e339e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<%= sanitize @field.value.to_s %>
<% end %>
<%= @form.text_area @field.id,
value: @field.value,
value: @field.value.try(:to_trix_html) || @field.value,
class: classes("w-full hidden"),
data: @field.get_html(:data, view: view, element: :input),
disabled: disabled?,
Expand Down

0 comments on commit 9e339e3

Please sign in to comment.