mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
allow spellcheck in notes editor
This commit is contained in:
parent
cea549ed97
commit
d12e22aa5c
1 changed files with 2 additions and 0 deletions
|
|
@ -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`,
|
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_alt_source: false,
|
||||||
media_poster: false,
|
media_poster: false,
|
||||||
|
browser_spellcheck: true,
|
||||||
|
contextmenu: false,
|
||||||
setup: editor => {
|
setup: editor => {
|
||||||
editor.on("Change", updateLegend);
|
editor.on("Change", updateLegend);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue