implement output follow-scroll behavior

This commit is contained in:
Jake McDermott
2018-08-03 15:46:04 -04:00
parent fed729f101
commit 80d6b0167c
12 changed files with 697 additions and 410 deletions
@@ -24,7 +24,7 @@ function OutputStream ($q) {
this.state = {
ending: false,
ended: false
ended: false,
};
this.lag = 0;