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 1bf6ff8 commit ef22600Copy full SHA for ef22600
plugins/editor/scroller.js
@@ -78,9 +78,9 @@ Scroller.prototype.requestRefresh = function(){
78
};
79
80
Scroller.prototype._renderVisible = function(){
81
- var top = this.console.scrollTop;
82
this.animateRequest = null;
83
if(this.dirty && this.console){
+ var top = this.console.scrollTop;
84
if(this.sticky){
85
this.startPosition = Math.max(0, this.lines.length - this.minVisible);
86
}
0 commit comments