Moved PublishingInfo and added animations

This commit is contained in:
Jori Lallo
2017-07-01 17:06:06 -07:00
parent 79f3d057ea
commit c17dccef01
3 changed files with 18 additions and 13 deletions

View File

@ -110,7 +110,7 @@ type KeyData = {
render = () => {
return (
<span>
<div>
<Toolbar state={this.state.state} onChange={this.onChange} />
<Editor
key={this.props.starred}
@ -128,7 +128,7 @@ type KeyData = {
/>
{!this.props.readOnly &&
<ClickablePadding onClick={this.focusAtEnd} grow />}
</span>
</div>
);
};
}