[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
pull/7700/head
pre-commit-ci[bot] 9 months ago
parent e1d77e038f
commit 0f15b2cc03

@ -436,7 +436,7 @@ const scrollOutput: JupyterFrontEndPlugin<void> = {
// Auto-scroll functionality temporarily disabled
// const autoScrollThreshold = 50;
// let autoScrollOutputs = true;
// decide whether to scroll the output of the cell based on some heuristics
const autoScroll = (cell: CodeCell) => {
// Auto-scroll disabled to fix issues

@ -87,4 +87,4 @@ export const scrollButtons: JupyterFrontEndPlugin<void> = {
}
});
}
};
};

@ -39,4 +39,4 @@
/* Hide buttons when not needed */
.jp-Notebook-scrollButtons.jp-mod-hidden {
display: none;
}
}

Loading…
Cancel
Save