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 2fe923a commit 4ea39b0Copy full SHA for 4ea39b0
src/js/editor_change.js
@@ -48,6 +48,9 @@ let clean_content = function (content) {
48
* Auto scroll down output interpreter
49
*/
50
function autoscroll_output() {
51
+ if(terminalFitter){
52
+ terminalFitter.fit();
53
+ }
54
let container = document.getElementsByClassName("xterm-viewport")[0];
55
container.scrollTop = container.scrollHeight;
56
}
0 commit comments