diff --git a/src/customizations/@plone/volto-slate/editor/SlateEditor.jsx b/src/customizations/@plone/volto-slate/editor/SlateEditor.jsx index fe7306d3..8ba15750 100644 --- a/src/customizations/@plone/volto-slate/editor/SlateEditor.jsx +++ b/src/customizations/@plone/volto-slate/editor/SlateEditor.jsx @@ -324,7 +324,7 @@ class SlateEditor extends Component { renderElement={(props) => } renderLeaf={(props) => } decorate={this.multiDecorator} - spellCheck={false} + spellCheck={true} scrollSelectionIntoView={ slateSettings.scrollIntoView ? undefined : () => null }