mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
Fix incorrect visible range in post scrubber
This commit is contained in:
parent
4ded9906bd
commit
548f2879de
|
@ -134,7 +134,7 @@ export default class PostScrubber extends Component {
|
||||||
// properties to a 'default' state. These values reflect what would be
|
// properties to a 'default' state. These values reflect what would be
|
||||||
// seen if the browser were scrolled right up to the top of the page,
|
// seen if the browser were scrolled right up to the top of the page,
|
||||||
// and the viewport had a height of 0.
|
// and the viewport had a height of 0.
|
||||||
var $items = stream.$('> .item');
|
var $items = stream.$('> .item[data-index]');
|
||||||
var index = $items.first().data('index');
|
var index = $items.first().data('index');
|
||||||
var visible = 0;
|
var visible = 0;
|
||||||
var period = '';
|
var period = '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user