Skip to content

Commit

Permalink
fix verify click with floating right panel (#7109)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Dec 21, 2024
1 parent 9297a63 commit e323b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/app/src/components/home/RightPanelWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
{#if $layoutStore.rightPanel === "floating"}
<Overlay on:close={closeRightPanel} dismissible>
<!-- svelte-ignore a11y-no-static-element-interactions -->
<!-- svelte-ignore a11y_click_events_have_key_events -->
<div on:click|stopPropagation class="right-wrapper" class:rtl={$rtlStore}>
<RightPanel
on:goToMessageIndex
Expand All @@ -45,6 +46,7 @@
on:showGroupMembers
on:chatWith
on:upgrade
on:verifyHumanity
on:deleteGroup
on:editGroup
on:editCommunity
Expand Down

0 comments on commit e323b2c

Please sign in to comment.