Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix table bug where shift-selecting rows would highlight all cell con…
…tent (#1408) # 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 <!--- Review the list and put an x in the boxes that apply or ~~strike through~~ around items that don't (along with an explanation). --> - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
- Loading branch information