[bugfix] css editor dooesn't pop up (#2243)

This commit is contained in:
Maxime Beauchemin 2017-02-25 23:12:17 -08:00 committed by GitHub
parent 2df6ab36bf
commit ea72c6b018

View File

@ -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>