diff --git a/src/material/chips/chip.ts b/src/material/chips/chip.ts index bc3851beb13c..ff9a221eba77 100644 --- a/src/material/chips/chip.ts +++ b/src/material/chips/chip.ts @@ -378,8 +378,6 @@ export class MatChip extends _MatChipMixinBase implements FocusableOption, OnDes _handleClick(event: Event) { if (this.disabled) { event.preventDefault(); - } else { - event.stopPropagation(); } }