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

Check Usage of previousSortGroupState #12562

Closed
JonasMayerDev opened this issue Feb 14, 2024 · 1 comment · Fixed by #12584
Closed

Check Usage of previousSortGroupState #12562

JonasMayerDev opened this issue Feb 14, 2024 · 1 comment · Fixed by #12584

Comments

@JonasMayerDev
Copy link
Collaborator

          This would negate purpose of `previousSortGroupState`, which was introduced by #11965. If this choice was deliberate, check that *all* edge cases are handled appropriately and remove this variable entirely.

Originally posted by @ZetaTom in #12540 (comment)

@alperozturk96
Copy link
Collaborator

alperozturk96 commented Feb 14, 2024

Handling visibility of Sort List Group with "Stack previousSortGroupState" not ideal. It caused crashed and wrong usage of showSortListGroup function. Crash has been fixed in this PR.

Things To Do

  1. Check usage of previousSortGroupState if its not necessary remove it.
  2. Decouple Sort List Group visibility from previousSortGroupState

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants