Browse Source

fix: enable spellcheck in visual editor

NGPixel 5 years ago
parent
commit
55bea7d48b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/editor/editor-ckeditor.vue

+ 1 - 0
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 = {