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