Bug 1304178 - Use a different node to scroll in old and new frontends;r=linclark

MozReview-Commit-ID: CirqjyCei5n
This commit is contained in:
Brian Grinstead
2016-10-06 17:10:00 -07:00
parent 92d03a9508
commit d7ab8a54dd
4 changed files with 23 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ const ConsoleOutput = createClass({
componentDidMount() {
scrollToBottom(this.outputNode);
this.props.serviceContainer.attachRefToHud("outputWrapper", this.outputNode);
this.props.serviceContainer.attachRefToHud("outputScroller", this.outputNode);
},
componentWillUpdate(nextProps, nextState) {