allow spellcheck in notes editor

This commit is contained in:
Azgaar 2022-05-05 16:30:09 +03:00
parent cea549ed97
commit d12e22aa5c

View file

@ -90,6 +90,8 @@ function editNotes(id, name) {
toolbar: `code | undo redo | removeformat | bold italic strikethrough | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media table | fontselect fontsizeselect | blockquote hr charmap | print fullscreen`,
media_alt_source: false,
media_poster: false,
browser_spellcheck: true,
contextmenu: false,
setup: editor => {
editor.on("Change", updateLegend);
}