diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index ffeed00b0..1fa720f81 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -121,6 +121,7 @@ const Editor = createClass({ const RIGHTARROW_KEY = 39; if(this.props.liveScroll) { + console.log('Should be scrollig!'); const movementKeys = [13, 33, 34, LEFTARROW_KEY, 38, RIGHTARROW_KEY, 40]; if(movementKeys.includes(e.keyCode)) { const curPage = this.getCurrentPage(); diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index 21d95f2c5..4d9dd452b 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -153,9 +153,8 @@ const SplitPane = createClass({
- + style={{ left: this.state.currentDividerPos-4 }} > +
; }