diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 7581549a7..41d3f91e4 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -76,10 +76,6 @@ const Editor = createClass({ componentDidUpdate : function(prevProps, prevState, snapshot) { this.highlightCustomMarkdown(); - if(this.props.jumpSource) { - this.sourceJump(); - this.setState({sourceJump: false}); - } if(prevProps.moveBrew !== this.props.moveBrew) { this.brewJump(); };