Skip to content

Commit 26983fa

Browse files
committed
try
1 parent 88e58a9 commit 26983fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/material/chips/chip-action.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ import {_StructuralStylesLoader} from '../core';
3333
'[class.mdc-evolution-chip__action--trailing]': '!_isPrimary && !_isLeading',
3434
'[attr.tabindex]': '_getTabindex()',
3535
'[attr.disabled]': '_getDisabledAttribute()',
36-
'(click)': '_handleClick($event)',
37-
'(keydown)': '_handleKeydown($event)',
3836
},
3937
})
4038
export class MatChipAction {

0 commit comments

Comments
 (0)