Skip to content

Commit

Permalink
fix(inbox): fix issue with backticks in edit-message field, refs #148
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Dec 28, 2024
1 parent c622484 commit 876ea4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modals/inbox/EditMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ base-modal(
name="message"
size="large"
align="left"
autocomplete="off"
autocorrect="off"
autocapitalize="none"
spellcheck="false"
field-class="m-edit-message__field-textarea"
submittable
autofocus
Expand Down

0 comments on commit 876ea4a

Please sign in to comment.