mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
266ad40e62
The docs-viewer loads asynchronously and can happen after the scroll event has happened and the Router has attempted to scroll to the requested position/anchor. This commit saves the scroll event and handles it again if the cards are loaded after scrolling happens. PR Close #55566