mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 18:48:39 +00:00
Merge pull request #4773 from Gazook89/Close-Theme-Selector-on-Selection
Close Theme Selector on Selection
This commit is contained in:
@@ -170,7 +170,7 @@ const Snippetbar = createReactClass({
|
|||||||
this.props.updateEditorTheme(e.target.value);
|
this.props.updateEditorTheme(e.target.value);
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
showThemeSelector : false,
|
themeSelector : false,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user