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 table bug where shift-selecting rows would highlight all cell content #1408

Merged
merged 5 commits into from
Aug 2, 2023

Conversation

mollykreis
Copy link
Contributor

Pull Request

🀨 Rationale

Fix a bug in the nimble-table where shift-selecting rows would incorrectly highlight all cell content within the selection range.

πŸ‘©β€πŸ’» Implementation

Mark documentShiftKeyDown as @observable on the Table. This appears to have been accidentally removed in #1321.

πŸ§ͺ Testing

Manually tested that shift-selecting rows no longer selects the text in cells.

βœ… Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@atmgrifter00 atmgrifter00 self-requested a review August 1, 2023 20:01
@mollykreis mollykreis marked this pull request as ready for review August 1, 2023 20:27
@mollykreis mollykreis enabled auto-merge (squash) August 1, 2023 21:51
@mollykreis mollykreis merged commit aa64ac8 into main Aug 2, 2023
4 checks passed
@mollykreis mollykreis deleted the fix-shift-select branch August 2, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants