Browse Source

fix: enable spellcheck in visual editor

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

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

Loading…
Cancel
Save