Skip to content

Commit

Permalink
Misc changes for the new tree- and -list api #3696
Browse files Browse the repository at this point in the history
  • Loading branch information
ashklianko committed Sep 16, 2024
1 parent ca0e1fc commit c76ad5f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ export class SelectableListBoxWrapper<I>
}

protected handleItemsRemoved(items: I[]): void {
const selectedItems = items.filter((item: I) => this.isItemSelected(item));

if (selectedItems.length > 0) {
this.deselect(selectedItems);
}

items.forEach((item: I) => this.handleItemRemoved(item));
}

Expand Down

0 comments on commit c76ad5f

Please sign in to comment.