mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 06:53:40 +08:00
FIX: Double load sometimes on topic lists
This commit is contained in:
parent
8be92d4de9
commit
4236317f69
|
@ -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