mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 21:21:21 +02:00
fix typo
This commit is contained in:
@@ -171,7 +171,7 @@ class Editor extends React.Component {
|
||||
render = () => {
|
||||
return (
|
||||
<Content
|
||||
className{this.props.className}
|
||||
className={this.props.className}
|
||||
editor={this}
|
||||
state={this.state.state}
|
||||
onChange={this.onChange}
|
||||
|
Reference in New Issue
Block a user