Skip to content
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

remember scroll offset when returning to root in folder view #384

Merged
merged 7 commits into from
Mar 4, 2020

Conversation

whyboris
Copy link
Owner

@whyboris whyboris commented Mar 3, 2020

Closes #382

Updates colors for tags (see below)

  • no more green tags 😅

@whyboris whyboris requested a review from cal2195 March 3, 2020 22:58
if (filter === '') {
// TODO -- change `1` to `0` once the bug is fixed:
// https://github.com/rintoj/ngx-virtual-scroller/issues/420
this.virtualScroller.scrollToPosition(this.folderNavigationScrollOffset, 1);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to change this to 0 once the bug is fixed:
rintoj/ngx-virtual-scroller#420

@whyboris
Copy link
Owner Author

whyboris commented Mar 3, 2020

Fixing colors (see #365)

image

Suggestions welcome 👂

@whyboris whyboris mentioned this pull request Mar 3, 2020
4 tasks
@whyboris whyboris merged commit 161db39 into master Mar 4, 2020
@whyboris whyboris deleted the minor-fixes branch March 4, 2020 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scroll back to original location when clicking 'UP' inside folder
1 participant