Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 13, 2023
1 parent ebd8703 commit b63c3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/showcase/doc/multiselect/virtualscrolldoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export class MultiSelectVirtualScrollDemo {
onSelectAllChange(event) {
this.selectedItems = event.checked ? [...this.items] : [];
this.selectAll = event.checked;
event.updateModel(this.selectedItems, event.originalEvent)
}
onChange(event) {
Expand Down

0 comments on commit b63c3ca

Please sign in to comment.