-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
When a row is clicked, only call SetEditingItem if IsEditable is true #3245
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #3245 +/- ##
==========================================
- Coverage 88.54% 88.53% -0.01%
==========================================
Files 289 289
Lines 12863 12863
==========================================
- Hits 11389 11388 -1
- Misses 1474 1475 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, can you please resolve the conflics?
Conflicts resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Description
Fixes #3108 by moving the call to SetEditingItem so it is only called when IsEditable is true.
How Has This Been Tested?
Unit test added.
Checklist:
The PR is submitted to the correct branch (
dev
).My code follows the code style of this project.
I've added relevant tests.