You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript
unarist b0407ece42 Fix an error when ancestors get loaded before the status itself (#5312)
When ancestors get loaded, we scroll to the target status (i.e. skip
ancestors). However, ancestors may get loaded before the status itself,
then it causes TypeError because `this.node` is undefined yet.

Since we don't show anything until the status gets loaded, we don't need
to scroll to the target status in this time. If we get the status itslef
later, it causes `componentDidUpdate` and scrolling correctly.
8 years ago
..
fonts Redesign the landing page, mount public timeline on it (#4122) 8 years ago
images Remove redundant width/height values from SVGs to fix Safari bug (#4956) 8 years ago
mastodon Fix an error when ancestors get loaded before the status itself (#5312) 8 years ago
packs Redesign public hashtag pages (#5237) 8 years ago
styles Center error layout (#5289) 8 years ago