Skip to content

Commit

Permalink
Reflect autoScrollOutput setting (#7511)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney authored Oct 31, 2024
1 parent c93015d commit 5cac611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/notebook-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ const scrollOutput: JupyterFrontEndPlugin<void> = {
const autoScroll = (cell: CodeCell) => {
if (!autoScrollOutputs) {
// bail if disabled via the settings
cell.removeClass(SCROLLED_OUTPUTS_CLASS);
return;
}
const { outputArea } = cell;
Expand Down

0 comments on commit 5cac611

Please sign in to comment.