Commit c1ebd53
committed
fix(table): prevent double-toggle on checkbox/multiselect click
Button1Pressed and Button1Clicked both fired for a single physical
click, causing ToggleRowSelection to run twice and the else branch
to clear _selectedRowIndices before the click event arrived.
Guard all multi-select logic behind Button1Clicked; Button1Pressed
now only moves the cursor row.1 parent 0d288c9 commit c1ebd53
1 file changed
Lines changed: 9 additions & 2 deletions
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | | - | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
211 | 218 | | |
212 | 219 | | |
213 | 220 | | |
| |||
0 commit comments