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 weird columns behavior #770

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Fix weird columns behavior #770

merged 1 commit into from
Oct 30, 2023

Conversation

MinhxNguyen7
Copy link
Member

Summary

Columns show/hide didn't work properly, per #737.

CoPilot wrote the code, and I missed the fact that it was reading prevState instead of the current value. All my fault, of course, but we should've caught this in review.

Test Plan

Check that the column toggles work properly in the two panes.

Issues

Closes #737

@MinhxNguyen7 MinhxNguyen7 added bug high High priority issue labels Oct 30, 2023
@MinhxNguyen7 MinhxNguyen7 self-assigned this Oct 30, 2023
@KevinWu098 KevinWu098 self-requested a review October 30, 2023 19:17
Copy link
Member

@KevinWu098 KevinWu098 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@KevinWu098 KevinWu098 merged commit b247050 into main Oct 30, 2023
7 checks passed
@ap0nia ap0nia deleted the fix-column-toggle branch November 8, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug high High priority issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strange behavior for show/hide columns dropdown
2 participants