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

Remove disabled use in HorizontalScroll #670

Closed
PavelHolec opened this issue Aug 30, 2023 · 0 comments · Fixed by #676
Closed

Remove disabled use in HorizontalScroll #670

PavelHolec opened this issue Aug 30, 2023 · 0 comments · Fixed by #676
Assignees
Labels
bug Something isn't working
Milestone

Comments

@PavelHolec
Copy link
Collaborator

Replace

.disabled(scrollingInProgress || isAnimating)

by:

.allowsHitTesting(scrollingInProgress || isAnimating)
@PavelHolec PavelHolec added the bug Something isn't working label Aug 30, 2023
@PavelHolec PavelHolec added this to the 2023Q3 milestone Aug 30, 2023
@PavelHolec PavelHolec self-assigned this Aug 30, 2023
@PavelHolec PavelHolec changed the title Remove disabled use in HorizontalScroll Remove disabled use in HorizontalScroll Aug 30, 2023
@PavelHolec PavelHolec linked a pull request Sep 1, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant