diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 988108a0a..9c1b01aab 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -57,7 +57,6 @@ const Snippetbar = createReactClass({ getInitialState : function() { return { renderer : this.props.renderer, - themeSelector : false, snippets : [], showHistory : false, historyExists : false, @@ -74,7 +73,6 @@ const Snippetbar = createReactClass({ componentDidUpdate : async function(prevProps, prevState) { if(prevProps.renderer != this.props.renderer || - prevProps.theme != this.props.theme || prevProps.themeBundle != this.props.themeBundle || prevProps.brew.snippets != this.props.brew.snippets) { this.setState({ @@ -228,11 +226,6 @@ const Snippetbar = createReactClass({ onClick={this.props.formatCode} > - >}