Skip to content
Extraits de code Groupes Projets
  • unarist's avatar
    94ad0706
    Don't attach IntersectionObserver for wrapped statuses (#3863) · 94ad0706
    unarist a rédigé
    This fixes a bug that sometimes boosted statuses being hidden on scrolling.
    
    Previously, we've attached IntersectionObserver twice for boosted statuses:
    wrapper Status and wrapped Status. This will call intersection handler twice,
    so this may results race condition...probably.
    94ad0706
    Historique
    Don't attach IntersectionObserver for wrapped statuses (#3863)
    unarist a rédigé
    This fixes a bug that sometimes boosted statuses being hidden on scrolling.
    
    Previously, we've attached IntersectionObserver twice for boosted statuses:
    wrapper Status and wrapped Status. This will call intersection handler twice,
    so this may results race condition...probably.