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 excessive recompositions in SelectableLazyColumn #723

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

Conversation

rock3r
Copy link
Collaborator

@rock3r rock3r commented Dec 10, 2024

The code that reacts to selected keys change was triggering too often and causing issues with excessive recompositions, which could cascade into weird scrolling/state management issues.

The code that reacts to selected keys change was triggering too often
and causing issues with excessive recompositions, who could cascade into
weird scrolling/state management issues.
@rock3r rock3r added the bug Something isn't working label Dec 10, 2024
@rock3r rock3r requested a review from hamen December 10, 2024 11:59
@rock3r rock3r self-assigned this Dec 10, 2024
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 this pull request may close these issues.

2 participants