From 54d5dbf99223eb0cfb271d0ebc2109a966286668 Mon Sep 17 00:00:00 2001 From: David Bolack Date: Tue, 20 Aug 2024 13:47:32 -0500 Subject: [PATCH] Pruning --- client/homebrew/editor/editor.jsx | 4 ---- 1 file changed, 4 deletions(-) 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(); };