diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 5a32ffab3..c14c3e8a2 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -104,6 +104,7 @@ const Snippetbar = createClass({ }, changeTheme : function(e){ + if(e.target.value == this.props.currentEditorTheme) return; this.props.updateEditorTheme(e.target.value); this.setState({ @@ -113,7 +114,7 @@ const Snippetbar = createClass({ renderThemeSelector : function(){ return