Commit dd59260
committed
Prevent session selection when clicking delete wrapper
Stop click/keyboard propagation on the delete action wrapper in the
Independent Panel chat list. This avoids accidental session selection
when users click the whitespace around the delete icon, aligning with
review feedback about event propagation safety. No functional changes to
DeleteButton itself; this is an extra guard at the container level.
Validated via npm run lint and build; both pass.1 parent a96b203 commit dd59260
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
265 | 276 | | |
266 | 277 | | |
267 | 278 | | |
| |||
0 commit comments