Commit 551ef30
authored
fix(ui5-tree): add event validation to selection handler (#11364)
Problem:
The issue occurs because the selection-change event from the MultiComboBox bubbles up to the Tree component, which tries to process it as a Tree selection event but the event doesn't have the expected properties.
Solution:
Added validation checks in the _onListSelectionChange method to verify that the expected properties exist before attempting to access them.
Fixes: #113521 parent 89d9924 commit 551ef30
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
443 | 447 | | |
444 | 448 | | |
445 | 449 | | |
| |||
0 commit comments