mirror of https://github.com/mastodon/mastodon
Don't attach IntersectionObserver for wrapped statuses (#3863)
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.pull/3864/head
parent
bf8c2c4348
commit
94ad0706f5
Loading…
Reference in New Issue