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.
2 parents 53eb1b8 + 786c44a commit 1a628e7Copy full SHA for 1a628e7
src/jupyter_contrib_nbextensions/nbextensions/scroll_down/main.js
@@ -39,7 +39,7 @@ define([
39
40
// the event was renamed from 'resize' to 'resizeOutput' in
41
// https://github.com/jupyter/notebook/commit/b4928d481abd9f7cd996fd4b24078a55880d21e6
42
- $(".output").on("resize resizeOutput", function () {
+ $(document).on("resize resizeOutput", ".output", function () {
43
if (!params.scrollDownIsEnabled) return;
44
var output = $(this);
45
setTimeout(function () {
0 commit comments