David Taylor 34a859d628
FIX: disable browser history.scrollRestoration feature (#24550)
When going 'back', default browser behavior is to restore the scroll position. Unfortunately sites are given no control over the timing of this restoration, which means it can happen halfway through an Ember transition. Therefore we disable it, and re-implement the functionality in our scroll-manager service.

We inadvertently dropped this configuration in 7c9cf666da8f9480315fb2641d5436360aff63c4, which led to issues like https://meta.discourse.org/t/286463
2023-11-25 00:56:19 +00:00
..