diff --git a/client/components/editor/editor-ckeditor.vue b/client/components/editor/editor-ckeditor.vue index 30fc51cf..e3908826 100644 --- a/client/components/editor/editor-ckeditor.vue +++ b/client/components/editor/editor-ckeditor.vue @@ -67,6 +67,7 @@ export default { this.editor = await DecoupledEditor.create(this.$refs.editor, { language: this.locale, placeholder: 'Type the page content here', + disableNativeSpellChecker: false, wordCount: { onUpdate: stats => { this.stats = {