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 8bd8717 commit 1bf6ff8Copy full SHA for 1bf6ff8
plugins/editor/scroller.js
@@ -84,7 +84,6 @@ Scroller.prototype._renderVisible = function(){
84
if(this.sticky){
85
this.startPosition = Math.max(0, this.lines.length - this.minVisible);
86
}
87
- console.log('_renderVisible', this.startPosition, this.sticky, top);
88
this.console.innerHTML = generateContent(this.lines, this.startPosition, this.lines.length, this.minVisible);
89
if(this.jumpToBottom){
90
this.console.scrollTop = 2000;
0 commit comments