Fixed: hasPendingChanges

Fixed: Vertical alignment changing between read/edit
This commit is contained in:
Tom Moor
2017-06-28 23:02:11 -07:00
parent 31f3d72f01
commit e40e372fed
2 changed files with 13 additions and 8 deletions

View File

@ -111,8 +111,6 @@ type KeyData = {
render = () => {
return (
<span>
{!this.props.readOnly &&
<ClickablePadding onClick={this.focusAtStart} />}
<Toolbar state={this.state.state} onChange={this.onChange} />
<Editor
key={this.props.starred}