We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5150e7 commit 42e7c94Copy full SHA for 42e7c94
src/material/paginator/paginator.ts
@@ -211,8 +211,7 @@ export class MatPaginator implements OnInit, OnDestroy {
211
@ViewChild('lastButton', {read: ElementRef, static: false})
212
lastButtonRef: ElementRef;
213
214
- /** Function to change focus to next appropriate button whenever
215
- * current button becomes disabled and focus comes off*/
+ /** Changes focus to next appropriate button whenever current button becomes disabled. */
216
handleButtonBlur(buttonRef: MatIconButton) {
217
const button = buttonRef._elementRef.nativeElement;
218
const nextButton = this.nextButtonRef.nativeElement;
0 commit comments