Temporary fixes to code mirror editor

This commit is contained in:
Jori Lallo
2016-05-15 15:54:38 -05:00
parent 0fdaff820e
commit e8bbc1f4d1
5 changed files with 13 additions and 16 deletions

View File

@@ -36,13 +36,13 @@ class Editor extends Component {
)}
title={ this.props.title }
>
<Flex flex={ true } align="center">
<MarkdownEditor
onChange={ this.props.updateText }
text={ this.props.text }
replaceText={this.props.replaceText}
/>
</Flex>
</Layout>
);
}