Add native spellcheck to CKEditor
As the native spell checker is disabled by default, this PR removes the default behaviour and restore it to check for spelling and grammar in wysiwyg editor. See : https://ckeditor.com/docs/ckeditor4/latest/features/spellcheck.html#native-browser-spell-checker
This commit is contained in:
parent
a947215ac1
commit
d9d70c10b3
@ -225,7 +225,8 @@ class DolEditor
|
||||
breakAfterClose : true
|
||||
});
|
||||
}
|
||||
}';
|
||||
},
|
||||
disableNativeSpellChecker: false';
|
||||
|
||||
if ($this->uselocalbrowser)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user