Explorar o código

fix: enable spellcheck in visual editor

NGPixel %!s(int64=5) %!d(string=hai) anos
pai
achega
55bea7d48b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 = {