1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

Fix case in spellCheck (#592)

This commit is contained in:
Kenneth Truong
2017-02-13 16:30:48 -08:00
committed by Ian Storm Taylor
parent 3a23c21848
commit 8214641e75

View File

@@ -80,7 +80,7 @@ class LargeDocument extends React.Component {
<Editor <Editor
placeholder={'Enter some plain text...'} placeholder={'Enter some plain text...'}
schema={schema} schema={schema}
spellcheck={false} spellCheck={false}
state={this.state.state} state={this.state.state}
onChange={this.onChange} onChange={this.onChange}
/> />