Skip to content

Commit

Permalink
fix(inbox): stop auto-replacing backticks in code blocks in tauri, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Dec 28, 2024
1 parent e35662e commit c622484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assemblies/inbox/InboxForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ layout-toolbar(
size="large"
align="left"
direction="top"
autocomplete="off"
autocorrect="off"
autocapitalize="none"
spellcheck="false"
ref="message"
submittable
autogrow
Expand Down

0 comments on commit c622484

Please sign in to comment.