Prevent event propagation when clicking icon buttons (#11515)
* Prevent event propagation when clicking icon buttons * Inhibit view user on click behaviour for room header face pile * Update snapshot
This commit is contained in:
parent
406656b1f8
commit
b75b6f7f74
3 changed files with 67 additions and 35 deletions
|
@ -37,6 +37,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
>
|
||||
<button
|
||||
class="_icon-button_1k9cw_17"
|
||||
data-state="closed"
|
||||
disabled=""
|
||||
style="--cpd-icon-button-size: 32px;"
|
||||
title="There's no one here to call"
|
||||
|
@ -45,6 +46,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
</button>
|
||||
<button
|
||||
class="_icon-button_1k9cw_17"
|
||||
data-state="closed"
|
||||
disabled=""
|
||||
style="--cpd-icon-button-size: 32px;"
|
||||
title="There's no one here to call"
|
||||
|
@ -53,6 +55,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
</button>
|
||||
<button
|
||||
class="_icon-button_1k9cw_17"
|
||||
data-state="closed"
|
||||
style="--cpd-icon-button-size: 32px;"
|
||||
title="Threads"
|
||||
>
|
||||
|
@ -60,6 +63,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
</button>
|
||||
<button
|
||||
class="_icon-button_1k9cw_17"
|
||||
data-state="closed"
|
||||
style="--cpd-icon-button-size: 32px;"
|
||||
title="Notifications"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue