diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index a40c656c7..42fd6c970 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -291,8 +291,6 @@ const Editor = createClass({ renderer={this.props.renderer} undo={this.undo} redo={this.redo} - brewJump={this.brewJump} - sourceJump={this.sourceJump} historySize={this.historySize()} /> {this.renderEditor()} diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 849a9c642..28a55ec20 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -65,30 +65,10 @@ const Snippetbar = createClass({ this.props.brewJump(1); }, - moveBrew : function(){ - this.props.brewJump(); - }, - - moveSource : function(){ - this.props.sourceJump(); - }, - renderEditorButtons : function(){ if(!this.props.showEditButtons) return; return
-
- -
-
- -
-
- -
diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 923568e28..7703c6ab7 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -10,7 +10,7 @@ top : 0px; right : 0px; height : @menuHeight; - width : 175px; + width : 125px; justify-content : space-between; &>div{ height : @menuHeight;