We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/components-issue-ooljyt
this is the basic cdk-virtual-scroll example plus the below few lines of code:
ngAfterViewChecked() { const x = this.elementRef.nativeElement.scrollTop; console.log(x); }
Steps to reproduce:
Scroll to Item 11, 12 and so on.
Scroll back to Item 5
The text was updated successfully, but these errors were encountered:
No idea how to get around this problem?
Sorry, something went wrong.
submitted a PR that fix this issue.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Successfully merging a pull request may close this issue.
Reproduction
https://stackblitz.com/edit/components-issue-ooljyt
this is the basic cdk-virtual-scroll example plus the below few lines of code:
Steps to reproduce:
Expected Behavior
Scroll to Item 11, 12 and so on.
Actual Behavior
Scroll back to Item 5
Environment
The text was updated successfully, but these errors were encountered: