mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 05:17:51 +00:00
WIP
This commit is contained in:
@@ -94,6 +94,11 @@ const Editor = createClass({
|
||||
},
|
||||
|
||||
componentDidUpdate : function(prevProps, prevState, snapshot) {
|
||||
console.log(this.props);
|
||||
console.log(prevProps);
|
||||
console.log(this.state);
|
||||
console.log(prevState);
|
||||
|
||||
this.highlightCustomMarkdown();
|
||||
if(prevProps.moveBrew !== this.props.moveBrew) {
|
||||
this.brewJump();
|
||||
|
||||
@@ -21,6 +21,7 @@ const SplitPane = createClass({
|
||||
moveSource : false,
|
||||
moveBrew : false,
|
||||
liveScroll : true,
|
||||
viewablePageNumber : 0,
|
||||
showMoveArrows : true
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user