forked from mystiq/hydrogen-web
Remove misleading comment
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
9a00143623
commit
4cb9adc9ea
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ export class LazyListView extends ListView {
|
||||||
this._parent = el("div", {className: "LazyListParent"}, root);
|
this._parent = el("div", {className: "LazyListParent"}, root);
|
||||||
/*
|
/*
|
||||||
Hooking to scroll events can be expensive.
|
Hooking to scroll events can be expensive.
|
||||||
But in most of these scroll events, we return early.
|
|
||||||
Do we need to do more (like event throttling)?
|
Do we need to do more (like event throttling)?
|
||||||
*/
|
*/
|
||||||
this._parent.addEventListener("scroll", () => this._renderIfNeeded());
|
this._parent.addEventListener("scroll", () => this._renderIfNeeded());
|
||||||
|
|
Loading…
Reference in a new issue