Skip to content

Commit

Permalink
fix(material/paginator): fix comment
Browse files Browse the repository at this point in the history
fix comment

fixes #286098030
  • Loading branch information
DBowen33 committed Jul 3, 2024
1 parent e0df4e9 commit fcd35b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/material/paginator/paginator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ export class MatPaginator implements OnInit, OnDestroy {
@ViewChild('lastButton', {read: ElementRef, static: false})
lastButtonRef: ElementRef;

/** Function to change focus to next appropriate button whenever
* current button becomes disabled and focus comes off*/
/** Changes focus to next appropriate button whenever current button becomes disabled. */
handleButtonBlur(buttonRef: MatIconButton) {
const button = buttonRef._elementRef.nativeElement;
const nextButton = this.nextButtonRef.nativeElement;
Expand Down

0 comments on commit fcd35b3

Please sign in to comment.