mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Pruning
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user