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

MARP-809 firefox not scroll to top after go to product detail #95

Conversation

tutn-axonivy
Copy link
Contributor

No description provided.

@@ -92,6 +92,7 @@ export class ProductDetailComponent {
showPopup!: boolean;
isMobileMode = signal<boolean>(false);
installationCount = 0;
intervalSub!: Subscription;
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like this property was introduced but never used? can you double-check it again? Thanks!

@@ -130,6 +133,15 @@ export class ProductDetailComponent {
this.updateDropdownSelection();
}

scrollToTop() {
const intevalSub = interval(500).subscribe(() => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

intevalSub => typo mistake

@tutn-axonivy tutn-axonivy merged commit 999db61 into develop Aug 15, 2024
5 checks passed
@tutn-axonivy tutn-axonivy deleted the feature/MARP-809-Firefox-not-scroll-to-top-after-go-to-product-detail branch August 15, 2024 09:01
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.

3 participants