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(material/tabs): tab nav bar animation not working when navigating forwards #30313

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

crisbeto
Copy link
Member

Fixes a regression introduced in #30121. It looks like we were depending on the incorrect internal state to animate correctly.

These changes fix the issue by removing a call that was redundant in the first place.

Fixes #30303.

@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Jan 13, 2025
@crisbeto crisbeto requested a review from a team as a code owner January 13, 2025 08:15
@crisbeto crisbeto requested review from amysorto and andrewseguin and removed request for a team January 13, 2025 08:15
… forwards

Fixes a regression introduced in angular#30121. It looks like we were depending on the incorrect internal state to animate correctly.

These changes fix the issue by removing a call that was redundant in the first place.

Fixes angular#30303.
@crisbeto crisbeto force-pushed the 30303/nav-bar-animation branch from cbfad6f to 38086cc Compare January 13, 2025 11:23
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Jan 13, 2025
@crisbeto crisbeto merged commit 59a7985 into angular:main Jan 13, 2025
19 of 22 checks passed
crisbeto added a commit that referenced this pull request Jan 13, 2025
… forwards (#30313)

Fixes a regression introduced in #30121. It looks like we were depending on the incorrect internal state to animate correctly.

These changes fix the issue by removing a call that was redundant in the first place.

Fixes #30303.

(cherry picked from commit 59a7985)
crisbeto added a commit that referenced this pull request Jan 13, 2025
… forwards (#30313)

Fixes a regression introduced in #30121. It looks like we were depending on the incorrect internal state to animate correctly.

These changes fix the issue by removing a call that was redundant in the first place.

Fixes #30303.

(cherry picked from commit 59a7985)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: material/tabs target: patch This PR is targeted for the next patch release
Projects
None yet
2 participants