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

fix state variable themeSelector

This commit is contained in:
Gazook89
2026-04-26 21:09:18 -05:00
parent c12bdcd042
commit 00efbb7244
@@ -170,7 +170,7 @@ const Snippetbar = createReactClass({
this.props.updateEditorTheme(e.target.value);
this.setState({
showThemeSelector : false,
themeSelector : false,
});
},