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

fix: horizontal scrolling back to start on load #457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gezquinndesign
Copy link

For TabViews where scrollEnabled is set to true and a tab that is off-screen is selected, if that tab has async content, the horizontal scroll position of the tab bar was resetting to the start once the content was loaded. Just added a check to only update the layout if we don't already have a layout for the selected tab

For TabViews where scrollEnabled is set to true and a tab that is off-screen is selected, if that tab has async content, the horizontal scroll position of the tab bar was resetting to the start once the content was loaded.  Just added a check to only update  the layout if we don't already have a layout for the selected tab
@gezquinndesign gezquinndesign changed the title fix: horizontal scrolling back to 0 on load fix: horizontal scrolling back to start on load Dec 19, 2024
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.

1 participant