mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 10:29:48 +02:00
Fix case in spellCheck (#592)
This commit is contained in:
committed by
Ian Storm Taylor
parent
3a23c21848
commit
8214641e75
@@ -80,7 +80,7 @@ class LargeDocument extends React.Component {
|
||||
<Editor
|
||||
placeholder={'Enter some plain text...'}
|
||||
schema={schema}
|
||||
spellcheck={false}
|
||||
spellCheck={false}
|
||||
state={this.state.state}
|
||||
onChange={this.onChange}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user