1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 11:42:53 +02:00

remove extra style prop from editor example

This commit is contained in:
Ian Storm Taylor
2016-08-01 13:48:23 -07:00
parent 560b28ce32
commit 5e9f19db92

View File

@@ -307,7 +307,6 @@ class RichText extends React.Component {
renderMark={this.renderMark} renderMark={this.renderMark}
onChange={this.onChange} onChange={this.onChange}
onKeyDown={this.onKeyDown} onKeyDown={this.onKeyDown}
style={{}}
/> />
</div> </div>
) )