mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Test add this condition to see how it works
This commit is contained in:
parent
7e869949e2
commit
8e19d098eb
1 changed files with 2 additions and 3 deletions
|
@ -247,9 +247,8 @@ function Home({ hidden }) {
|
|||
</div>
|
||||
</header>
|
||||
{snapStates.homeNew.length > 0 &&
|
||||
scrollDirection === 'up' &&
|
||||
!nearReachTop &&
|
||||
!nearReachBottom && (
|
||||
((scrollDirection === 'up' && !nearReachTop && !nearReachBottom) ||
|
||||
reachTop) && (
|
||||
<button
|
||||
class="updates-button"
|
||||
type="button"
|
||||
|
|
Loading…
Reference in a new issue