diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 4c753dbc3..ff32ef4a5 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -90,7 +90,7 @@ const Editor = createClass({ this.resizeObserver = new ResizeObserver(entries => { const height = document.querySelector('.editor > .snippetBar').offsetHeight; - this.setState({ snippetbarHeight: height }); + this.setState({ snippetBarHeight: height }); console.log('setting state to ', height ); });