0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

Merge pull request #4773 from Gazook89/Close-Theme-Selector-on-Selection

Close Theme Selector on Selection
This commit is contained in:
Víctor Losada Hernández
2026-04-27 11:45:48 +02:00
committed by GitHub
@@ -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,
}); });
}, },