mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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() {
|
screenNotFull() {
|
||||||
return $(window).height() >= $(document).height();
|
return $(window).height() > $(document).height();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user