Skip to content

Commit

Permalink
Chip remove button must be a proper button
Browse files Browse the repository at this point in the history
Fixes #246
  • Loading branch information
PowerKiKi committed Nov 24, 2023
1 parent 3ce8882 commit 06cdaf5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
>
<mat-icon *ngIf="node.config.icon" [naturalIcon]="node.config.icon"></mat-icon>
<div class="mat-body chip-label">{{ node.model.name || node.model.fullName }}</div>
<mat-icon matChipRemove naturalIcon="cancel"></mat-icon>
<button matChipRemove>
<mat-icon naturalIcon="cancel"></mat-icon>
</button>
</mat-chip-option>
</mat-chip-listbox>
</div>
Expand Down

0 comments on commit 06cdaf5

Please sign in to comment.