This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The problem: When reusing core-doc-page for multiple docs, scroll position is preserved when docs change. It is a bad user experience, you end up looking at the middle of a freshly loaded doc. The fix: Scroll to top when user data changes. Question: Is there a way to do this without traversing core-header-panel's internal structure? Hate doing that...
- Loading branch information