Pārlūkot izejas kodu

fix: enable spellcheck in visual editor

NGPixel 5 gadi atpakaļ
vecāks
revīzija
55bea7d48b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 = {