-
-
Notifications
You must be signed in to change notification settings - Fork 77
fix(Timeline): Scroll to top of app content on route change #3286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/backport to stable32 |
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3286 +/- ##
======================================
Coverage 2.21% 2.21%
======================================
Files 107 107
Lines 6582 6582
Branches 121 121
======================================
Hits 146 146
Misses 6431 6431
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
susnux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense
Before it was done on windows, which was a leftover from the change we did some years ago where we changed the app container from window to a div. Signed-off-by: Louis Chmn <[email protected]>
c5f7800 to
e43ddcf
Compare
|
/compile / |
Signed-off-by: nextcloud-command <[email protected]>
Before it was done on windows, which was a leftover from the change we did some years ago where we changed the app container from window to a div.