mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-02 02:21:14 +01:00
@@ -119,7 +119,7 @@ define('navigator', ['forum/pagination', 'components'], function(pagination, com
|
||||
});
|
||||
|
||||
// If a threshold is undefined, try to determine one based on new index
|
||||
if (threshold === undefined) {
|
||||
if (threshold === undefined && ajaxify.currentPage.startsWith('topic')) {
|
||||
var anchorEl = components.get('post/anchor', index - 1),
|
||||
anchorRect = anchorEl.get(0).getBoundingClientRect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user