Skip to content

Commit

Permalink
fix tag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Oct 16, 2016
1 parent 4e5d923 commit a52cfb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/components/CodeEditor.js
Expand Up @@ -40,6 +40,7 @@ export default class CodeEditor extends React.Component {
}

componentDidMount () {
this.value = this.props.value
this.editor = CodeMirror(this.refs.root, {
value: this.props.value,
lineNumbers: true,
Expand Down

0 comments on commit a52cfb2

Please sign in to comment.