mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
It turns out it's marginally easier for us to completely handle Home and End ourselves rather than let the browser do it, because home scrolls to the top of the page, but it does not select the topmost message. With PgUp and PgDn, the default browser behavior is fine, but it seems like PgUp on a screen where you're already "scrolled to the top" should not be a no-op. (imported from commit 609d639f3a4313e75e1fd6138966f15447b70f2e)