File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 66 [attr.name] ="name || null "
77 [attr.aria-label] ="ariaLabel "
88 [attr.aria-labelledby] ="ariaLabelledby "
9- (click) ="_onButtonClick($event ) ">
9+ (click) ="_onButtonClick() ">
1010 < div class ="mat-button-toggle-label-content ">
1111 < ng-content > </ ng-content >
1212 </ div >
Original file line number Diff line number Diff line change @@ -436,9 +436,7 @@ export class MatButtonToggle extends _MatButtonToggleMixinBase implements OnInit
436436 }
437437
438438 /** Checks the button toggle due to an interaction with the underlying native button. */
439- _onButtonClick ( event : Event ) {
440- event . stopPropagation ( ) ;
441-
439+ _onButtonClick ( ) {
442440 const newChecked = this . _isSingleSelector ? true : ! this . _checked ;
443441
444442 if ( newChecked !== this . _checked ) {
You can’t perform that action at this time.
0 commit comments