Skip to content

Commit 57b9d19

Browse files
committed
oops
1 parent 54ecec5 commit 57b9d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webpage/infiniteScroller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class InfiniteScroller {
241241
if (this.div && this.atBottom()) {
242242
const trigger = this.scrollBottom < 4;
243243
return () => {
244-
if (this.div && trigger) this.toBottom;
244+
if (this.div && trigger) this.toBottom();
245245
};
246246
} else {
247247
return () => {};

0 commit comments

Comments
 (0)