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}
|
||||
getMdeInstance={getInstance}
|
||||
options={{
|
||||
spellChecker: true,
|
||||
spellChecker: false,
|
||||
hideIcons: ['heading', 'image', 'fullscreen', 'side-by-side'],
|
||||
status: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue