From d12e22aa5c946f5071b2833eb246dd65abb6224e Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 5 May 2022 16:30:09 +0300 Subject: [PATCH] allow spellcheck in notes editor --- modules/ui/notes-editor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ui/notes-editor.js b/modules/ui/notes-editor.js index b985a5e8..62000acf 100644 --- a/modules/ui/notes-editor.js +++ b/modules/ui/notes-editor.js @@ -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); }