frontend: prevent event propagation on more actions button in rooms list
This commit is contained in:
parent
fedb9c2b44
commit
d115760e03
@ -337,6 +337,7 @@
|
||||
mat-icon-button
|
||||
[matMenuTriggerFor]="actionsMenu"
|
||||
matTooltip="More Actions"
|
||||
(click)="$event.stopPropagation()"
|
||||
[disabled]="loading()"
|
||||
id="more-actions-btn-{{ room.roomId }}"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user