mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
improve: spellcheck the subject when 'allowSpellcheck' setting is true
This commit is contained in:
parent
a8710bacc9
commit
bafd17d029
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
|||
<tr>
|
||||
<td data-i18n="GLOBAL/SUBJECT"></div>
|
||||
<td>
|
||||
<input type="text" name="subject" autocomplete="off" data-bind="textInput: subject">
|
||||
<input type="text" name="subject" autocomplete="off" data-bind="textInput: subject, attr:{spellcheck:allowSpellcheck()?'true':'false'}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue