notes: enable spellcheck in note edit box.
This commit is contained in:
@@ -554,7 +554,7 @@ class Note {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let $textarea = $('<textarea></textarea>');
|
let $textarea = $('<textarea spellcheck="true"></textarea>');
|
||||||
$textarea.val(note.original_body);
|
$textarea.val(note.original_body);
|
||||||
$textarea.css({
|
$textarea.css({
|
||||||
height: "85%",
|
height: "85%",
|
||||||
|
|||||||
Reference in New Issue
Block a user