1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-31 15:10:13 -05:00

disable spell check in editor

This commit is contained in:
Tankred Hase 2013-12-11 11:42:36 +01:00
parent 0e6dfe2c26
commit baec8f9661

View File

@ -27,7 +27,7 @@
</div><!--/.subject-box-->
<div class="body" focus-child>
<p ng-model="body" contentEditable="true" ng-change="updatePreview()" tabindex="4" focus-me="state.writer.open && writerTitle === 'Reply'"></p>
<p ng-model="body" contentEditable="true" spellcheck="false" ng-change="updatePreview()" tabindex="4" focus-me="state.writer.open && writerTitle === 'Reply'"></p>
<div class="encrypt-preview" ng-class="{'invisible': !ciphertextPreview}">
<p>-----BEGIN ENCRYPTED PREVIEW-----<br>{{ciphertextPreview}}<br>-----END ENCRYPTED PREVIEW-----</p>