mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 22:32:41 +00:00
Pruning
This commit is contained in:
@@ -76,10 +76,6 @@ const Editor = createClass({
|
|||||||
|
|
||||||
componentDidUpdate : function(prevProps, prevState, snapshot) {
|
componentDidUpdate : function(prevProps, prevState, snapshot) {
|
||||||
this.highlightCustomMarkdown();
|
this.highlightCustomMarkdown();
|
||||||
if(this.props.jumpSource) {
|
|
||||||
this.sourceJump();
|
|
||||||
this.setState({sourceJump: false});
|
|
||||||
}
|
|
||||||
if(prevProps.moveBrew !== this.props.moveBrew) {
|
if(prevProps.moveBrew !== this.props.moveBrew) {
|
||||||
this.brewJump();
|
this.brewJump();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user