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 88e58a9 commit 26983faCopy full SHA for 26983fa
src/material/chips/chip-action.ts
@@ -33,8 +33,6 @@ import {_StructuralStylesLoader} from '../core';
33
'[class.mdc-evolution-chip__action--trailing]': '!_isPrimary && !_isLeading',
34
'[attr.tabindex]': '_getTabindex()',
35
'[attr.disabled]': '_getDisabledAttribute()',
36
- '(click)': '_handleClick($event)',
37
- '(keydown)': '_handleKeydown($event)',
38
},
39
})
40
export class MatChipAction {
0 commit comments