removed debug helper
This commit is contained in:
parent
889ce1fa35
commit
b5e22f61c4
|
@ -64,7 +64,6 @@ export class StreamComponent implements OnInit {
|
||||||
|
|
||||||
onScroll() {
|
onScroll() {
|
||||||
var element = this.statustream.nativeElement as HTMLElement;
|
var element = this.statustream.nativeElement as HTMLElement;
|
||||||
console.warn(`atBottom: ${element.scrollHeight} === ${element.clientHeight} + ${element.scrollTop } `);
|
|
||||||
const atBottom = element.scrollHeight <= element.clientHeight + element.scrollTop + 500;
|
const atBottom = element.scrollHeight <= element.clientHeight + element.scrollTop + 500;
|
||||||
const atTop = element.scrollTop === 0;
|
const atTop = element.scrollTop === 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue