]> cat aescling's git repositories - mastodon.git/commit
Do not scroll the columns area due to redirection (#4541)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Tue, 29 Aug 2017 12:16:21 +0000 (21:16 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 29 Aug 2017 12:16:21 +0000 (14:16 +0200)
commit9958eba356210f1d0b89db368e17bbd72358e097
treec407c24940524c0b1db166c1d1e650fe4acfc429
parent0827c09c448ea8d61e62534dd3547719e148a4ae
Do not scroll the columns area due to redirection (#4541)

Commit 9d1f8b9d6af1d384a4dd68bc6353a2fde5735b33 scrolls the columns area
when the route changes since the user is likely to want to see the
rightmost column in such cases.

However, redirection is automatic and does not indicate users' intension.
Do not scroll the columns area due to one.
app/javascript/mastodon/features/ui/components/columns_area.js
app/javascript/mastodon/features/ui/containers/columns_area_container.js
app/javascript/mastodon/features/ui/index.js