Skip to content

Commit

Permalink
Merge pull request #5817 from jasongrout/persist-autoscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jan 26, 2019
2 parents 6d7c769 + 9f3af22 commit 8f06ac0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cells/src/widget.ts
Expand Up @@ -758,10 +758,6 @@ export class CodeCell extends Cell {
private _outputLengthHandler(sender: OutputArea, args: number) {
let force = args === 0 ? true : false;
this.toggleClass(NO_OUTPUTS_CLASS, force);
/* Turn off scrolling outputs if there are none */
if (force) {
this.outputsScrolled = false;
}
}

private _rendermime: RenderMimeRegistry = null;
Expand Down

0 comments on commit 8f06ac0

Please sign in to comment.