Skip to content

Commit

Permalink
removed spellcheck from module textareas (#471)
Browse files Browse the repository at this point in the history
- fixes erroneous spelling error indicators
  • Loading branch information
sei-aschlackman authored Nov 28, 2022
1 parent 0dc475e commit 223c403
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ <h1 [ngClass]="promptForReload ? 'alert' : ''">
cdkTextareaAutosize
#autosize="cdkTextareaAutosize"
formControlName="{{ moduleField.name }}"
spellcheck="false"
></textarea>
</ng-template>
<button
Expand Down

0 comments on commit 223c403

Please sign in to comment.