Skip to content

Commit

Permalink
Merge pull request #2544 from smeup/revert-ev-emission
Browse files Browse the repository at this point in the history
revert: reintroduced event emission when selecting through vocodver
  • Loading branch information
pasere-smeup authored Feb 28, 2025
2 parents f7b303f + 8eabf9b commit cd54f17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3192,7 +3192,8 @@ export class KupDataTable {

const rowId = row.id;
if (rowId) {
this.setSelectedRows([row.id], false).then(() => {
this.setSelectedRows([row.id], true).then(() => {
// event should be dispatched
dispatchSelection();
});
} else {
Expand Down

0 comments on commit cd54f17

Please sign in to comment.