mirror of https://github.com/embarklabs/embark.git
fix: editor wasn't saving changes
This commit is contained in:
parent
a6b15ae98f
commit
4340a9b482
|
@ -211,7 +211,7 @@ class EditorContainer extends React.Component {
|
|||
<Col xs={12}>
|
||||
<TextEditorToolbarContainer toggleAsideTab={(newTab) => this.toggleAsideTab(newTab)}
|
||||
isContract={this.isContract()}
|
||||
currentFile={this.props.currentFile}
|
||||
currentFile={this.state.currentFile}
|
||||
activeTab={this.state.currentAsideTab}/>
|
||||
</Col>
|
||||
|
||||
|
|
Loading…
Reference in New Issue