Skip to content

Commit

Permalink
[bugfix] css editor dooesn't pop up (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 26, 2017
1 parent 2df6ab3 commit ea72c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class CssEditor extends React.PureComponent {
width="100%"
editorProps={{ $blockScrolling: true }}
enableLiveAutocompletion
value={this.state.css}
value={this.state.css || ''}
/>
</div>
</div>
Expand Down

0 comments on commit ea72c6b

Please sign in to comment.