enable spellcheck
This commit is contained in:
parent
35b67cbc29
commit
c6230ba024
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export class FormField extends React.PureComponent<Props> {
|
||||||
type="textarea"
|
type="textarea"
|
||||||
events={handleEvents}
|
events={handleEvents}
|
||||||
options={{
|
options={{
|
||||||
spellChecker: false,
|
spellChecker: true,
|
||||||
hideIcons: ['heading', 'image', 'fullscreen', 'side-by-side'],
|
hideIcons: ['heading', 'image', 'fullscreen', 'side-by-side'],
|
||||||
previewRender(plainText) {
|
previewRender(plainText) {
|
||||||
const preview = <MarkdownPreview content={plainText} />;
|
const preview = <MarkdownPreview content={plainText} />;
|
||||||
|
|
Loading…
Add table
Reference in a new issue