Disable spellchecker which is both broken and has unusual behavior
This commit is contained in:
parent
b93426da7c
commit
c2b3904e32
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ export class FormField extends React.PureComponent<Props, State> {
|
||||||
events={handleEvents}
|
events={handleEvents}
|
||||||
getMdeInstance={getInstance}
|
getMdeInstance={getInstance}
|
||||||
options={{
|
options={{
|
||||||
spellChecker: true,
|
spellChecker: false,
|
||||||
hideIcons: ['heading', 'image', 'fullscreen', 'side-by-side'],
|
hideIcons: ['heading', 'image', 'fullscreen', 'side-by-side'],
|
||||||
status: [
|
status: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue