diff --git a/ui/component/common/form-components/form-field.jsx b/ui/component/common/form-components/form-field.jsx index 0e44df2c6..04d80db6b 100644 --- a/ui/component/common/form-components/form-field.jsx +++ b/ui/component/common/form-components/form-field.jsx @@ -123,7 +123,7 @@ export class FormField extends React.PureComponent { type="textarea" events={handleEvents} options={{ - spellChecker: false, + spellChecker: true, hideIcons: ['heading', 'image', 'fullscreen', 'side-by-side'], previewRender(plainText) { const preview = ;