mirror of
https://github.com/BoostIo/Boostnote
synced 2026-02-11 06:51:42 +00:00
extract components from PlanetContainer
This commit is contained in:
@@ -97,7 +97,7 @@ var BlueprintForm = React.createClass({
|
||||
<CodeEditor onChange={this.handleContentChange} code={this.state.blueprint.content} mode={'markdown'}/>
|
||||
</div>
|
||||
) : (
|
||||
<div className='form-group'>
|
||||
<div className='form-group relative'>
|
||||
<div className='previewMode'>Preview mode</div>
|
||||
<div className='marked' dangerouslySetInnerHTML={{__html: ' ' + this.markdown(this.state.blueprint.content)}}></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user