mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
FIX: Double load sometimes on topic lists
This commit is contained in:
parent
dcdf76a662
commit
6b48647fc7
|
@ -19,7 +19,7 @@ const ScrollingDOMMethods = {
|
||||||
},
|
},
|
||||||
|
|
||||||
screenNotFull() {
|
screenNotFull() {
|
||||||
return $(window).height() >= $(document).height();
|
return $(window).height() > $(document).height();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user