1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-15 20:55:24 +01: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}
onChange={this.onChange}
onKeyDown={this.onKeyDown}
style={{}}
/>
</div>
)