Skip to content

Commit

Permalink
fix: remove "focused" from comments form with text
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Aug 2, 2024
1 parent 12590f0 commit 46b8512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/html/comments/forms/comment.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="comment-form-body comment-form-editor-container">
<comment-markdown-editor class="comment-form-body-text" post-slug="{{ post.slug }}"
{% if form.text.value %}
value="{{ form.text.value }}" focused
value="{{ form.text.value }}"
{% endif %}
>
</comment-markdown-editor>
Expand Down

0 comments on commit 46b8512

Please sign in to comment.