Переглянути джерело

fix: enable spellcheck in visual editor

NGPixel 5 роки тому
батько
коміт
55bea7d48b
1 змінених файлів з 1 додано та 0 видалено
  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 = {