Skip to content

Commit 5cac611

Browse files
authored
Reflect autoScrollOutput setting (jupyter#7511)
1 parent c93015d commit 5cac611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/notebook-extension/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ const scrollOutput: JupyterFrontEndPlugin<void> = {
439439
const autoScroll = (cell: CodeCell) => {
440440
if (!autoScrollOutputs) {
441441
// bail if disabled via the settings
442+
cell.removeClass(SCROLLED_OUTPUTS_CLASS);
442443
return;
443444
}
444445
const { outputArea } = cell;

0 commit comments

Comments
 (0)