notes: enable spellcheck in note edit box.

This commit is contained in:
evazion
2021-02-18 04:04:06 -06:00
parent 013fd38175
commit e165ad3213

View File

@@ -554,7 +554,7 @@ class Note {
return;
}
let $textarea = $('<textarea></textarea>');
let $textarea = $('<textarea spellcheck="true"></textarea>');
$textarea.val(note.original_body);
$textarea.css({
height: "85%",