mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
add onclick back
This commit is contained in:
@@ -107,6 +107,7 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
|||||||
raisedHandTime={raisedHandTime}
|
raisedHandTime={raisedHandTime}
|
||||||
miniature={avatarSize < 96}
|
miniature={avatarSize < 96}
|
||||||
showTimer={handRaiseTimerVisible}
|
showTimer={handRaiseTimerVisible}
|
||||||
|
onClick={raisedHandOnClick}
|
||||||
/>
|
/>
|
||||||
{currentReaction && (
|
{currentReaction && (
|
||||||
<ReactionIndicator
|
<ReactionIndicator
|
||||||
@@ -129,12 +130,6 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
|||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<RaisedHandIndicator
|
|
||||||
raisedHandTime={raisedHandTime}
|
|
||||||
miniature={avatarSize < 96}
|
|
||||||
showTimer={handRaiseTimerVisible}
|
|
||||||
onClick={raisedHandOnClick}
|
|
||||||
/>
|
|
||||||
<div className={styles.nameTag}>
|
<div className={styles.nameTag}>
|
||||||
{nameTagLeadingIcon}
|
{nameTagLeadingIcon}
|
||||||
<Text as="span" size="sm" weight="medium" className={styles.name}>
|
<Text as="span" size="sm" weight="medium" className={styles.name}>
|
||||||
|
|||||||
Reference in New Issue
Block a user