mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 18:22:42 +00:00
Pass current editor theme to SnippetBar as prop
This commit is contained in:
@@ -334,6 +334,7 @@ const Editor = createClass({
|
||||
undo={this.undo}
|
||||
redo={this.redo}
|
||||
historySize={this.historySize()}
|
||||
currentEditorTheme={this.state.editorTheme}
|
||||
updateEditorTheme={this.updateEditorTheme} />
|
||||
|
||||
{this.renderEditor()}
|
||||
|
||||
Reference in New Issue
Block a user