notes: enable spellcheck in note edit box.
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user