Move star out of editor into documentpreview (#174)

* Move star out of editor into documentpreview

* 💚
This commit is contained in:
Tom Moor
2017-08-02 20:45:09 -07:00
committed by GitHub
parent 09b0f9f860
commit ca35cee841
7 changed files with 61 additions and 70 deletions

View File

@@ -209,9 +209,6 @@ type Props = {
onChange={this.onChange}
onSave={this.onSave}
onCancel={this.onCancel}
onStar={document.star}
onUnstar={document.unstar}
starred={document.starred}
heading={this.renderHeading(!!isEditing)}
readOnly={!isEditing}
/>