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 89a2d73 commit 85bf961Copy full SHA for 85bf961
PyTutorGAE/js/pytutor.js
@@ -788,6 +788,7 @@ ExecutionVisualizer.prototype.updateOutput = function() {
788
var ST = codeOutputDiv.scrollTop();
789
var H = codeOutputDiv.height();
790
791
+ codeOutputDiv.stop(); // first stop all previously-queued animations
792
codeOutputDiv.animate({scrollTop: (ST + (LO - PO - (Math.round(H / 2))))}, 300);
793
}
794
0 commit comments