mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 11:23:44 +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() {
|
screenNotFull() {
|
||||||
return $(window).height() >= $(document).height();
|
return $(window).height() > $(document).height();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user