We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93015d commit 5cac611Copy full SHA for 5cac611
packages/notebook-extension/src/index.ts
@@ -439,6 +439,7 @@ const scrollOutput: JupyterFrontEndPlugin<void> = {
439
const autoScroll = (cell: CodeCell) => {
440
if (!autoScrollOutputs) {
441
// bail if disabled via the settings
442
+ cell.removeClass(SCROLLED_OUTPUTS_CLASS);
443
return;
444
}
445
const { outputArea } = cell;
0 commit comments