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

feat: double-clicking grid rows should select the row rather than toggle selection twice #1740

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

dsmmcken
Copy link
Contributor

@dsmmcken dsmmcken commented Jan 19, 2024

resolves: #1704

each click still toggles immediately, but the final state will always be selected as double click handler comes after.

@dsmmcken dsmmcken requested a review from mofojed January 19, 2024 22:53
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (6547814) 46.05% compared to head (23b3c62) 46.04%.

Files Patch % Lines
...rc/mousehandlers/IrisGridDataSelectMouseHandler.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1740      +/-   ##
==========================================
- Coverage   46.05%   46.04%   -0.01%     
==========================================
  Files         621      621              
  Lines       37433    37434       +1     
  Branches     9400     9400              
==========================================
  Hits        17238    17238              
- Misses      20141    20142       +1     
  Partials       54       54              
Flag Coverage Δ
unit 46.04% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mofojed mofojed merged commit f892e97 into main Jan 25, 2024
6 checks passed
@mofojed mofojed deleted the dmckenzie_grid_dbl_click branch January 25, 2024 15:02
@github-actions github-actions bot locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on a (single) selected row should not unselect it
2 participants