FIX: Double load sometimes on topic lists
This commit is contained in:
parent
3b754956e7
commit
4818ba5960
@ -19,7 +19,7 @@ const ScrollingDOMMethods = {
|
||||
},
|
||||
|
||||
screenNotFull() {
|
||||
return $(window).height() >= $(document).height();
|
||||
return $(window).height() > $(document).height();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user