1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 10:11:43 +02:00

Potential fix for #381

Have not yet been able to test in situ.
This commit is contained in:
Toby Zerner
2015-10-14 16:35:48 +10:30
parent 9e9b45cf70
commit 945d65c91b

View File

@@ -464,7 +464,7 @@ class PostStream extends Component {
if (top + height > scrollTop) {
if (!startNumber) {
startNumber = $item.data('number');
startNumber = endNumber = $item.data('number');
}
if (top + height < scrollTop + viewportHeight) {