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

Issue #297 : adding support for auto-scrolling for navigateToDir #299

Closed
wants to merge 9 commits into from
Closed

Issue #297 : adding support for auto-scrolling for navigateToDir #299

wants to merge 9 commits into from

Conversation

c3wenjiaowang
Copy link

Before submitting a pull request, please make sure the following is done:

  • Have your pull request has title in this format? (Issue #<issue_number>) <pull_request_title>

It will close the issue(s) when PR gets merged.

New Feature Submissions

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you write a documentation for your feature?
  • Have you write a release note for your pull request (see below)?

Release notes

break;
}
}
this.scrollToIndex(index);
Copy link
Author

Choose a reason for hiding this comment

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

With updating the scrollToIndex state, it will be able to pass to Table component, and the list will be scrolled to the selected item.

@c3wenjiaowang c3wenjiaowang deleted the auto-scrolling branch April 7, 2021 21:45
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.

auto scroll to selected item with actions.navigateToDir(folderPath, filePath)
3 participants