1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 21:21:21 +02:00
This commit is contained in:
Ian Storm Taylor
2016-07-11 19:32:02 -07:00
parent 7939d6d9ae
commit aec4d299ce

View File

@@ -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}