bastodon/app/javascript/mastodon
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.
2017-10-11 11:25:15 +02:00
..
actions Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
components Import only Spring/Motion from react-motion (#5236) 2017-10-06 03:46:15 +02:00
containers Use ES module build of react-router-dom (#5264) 2017-10-08 02:55:58 +02:00
features Fix an error when ancestors get loaded before the status itself (#5312) 2017-10-11 11:25:15 +02:00
locales i18n update Occitan (#5263) 2017-10-08 14:18:27 +09:00
middleware
reducers Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
selectors
service_worker Refactor Web::PushSubscription, remove welcome message (#4524) 2017-09-01 13:35:23 +02:00
store
.gitkeep
api.js
base_polyfills.js
extra_polyfills.js
is_mobile.js Change mobile layout breakpoint from 1024px to 630px (#5063) 2017-09-24 01:25:07 +02:00
link_header.js
load_polyfills.js Load extra polyfills when isIntersecting is undefined (#4469) 2017-07-31 19:40:20 +02:00
main.js
performance.js Upgrade to React 16 (#5119) 2017-09-30 04:29:56 +02:00
ready.js
rtl.js
scroll.js Scroll smoothly to the right (#4735) 2017-08-29 17:06:19 +02:00
stream.js
uuid.js
web_push_subscription.js Remove eslint-disable comments (#4681) 2017-08-24 12:15:36 +02:00