Bug 1304178 - Use a different node to scroll in old and new frontends;r=linclark
MozReview-Commit-ID: CirqjyCei5n
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user