Skip to content
Snippets Groups Projects
Commit 55bea7d4 authored by NGPixel's avatar NGPixel
Browse files

fix: enable spellcheck in visual editor

parent 1e4a633b
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ export default { ...@@ -67,6 +67,7 @@ export default {
this.editor = await DecoupledEditor.create(this.$refs.editor, { this.editor = await DecoupledEditor.create(this.$refs.editor, {
language: this.locale, language: this.locale,
placeholder: 'Type the page content here', placeholder: 'Type the page content here',
disableNativeSpellChecker: false,
wordCount: { wordCount: {
onUpdate: stats => { onUpdate: stats => {
this.stats = { this.stats = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment